编程

repair-or-replace

试用

Decide whether to fix, replace, or recycle a broken item. Takes item type, age, symptoms, and repair estimate, then produces a scored recommendation across cost, lifespan, sentimental value, and environmental impact.

它能做什么

Decide whether to fix, replace, or recycle a broken item. Takes item type, age, symptoms, and repair estimate, then produces a scored recommendation across cost, lifespan, sentimental value, and environmental impact.

技能文档

Repair or Replace

Don't guess. Score it.

Repair or Replace is a skill that helps you decide whether to fix a broken item, buy a replacement, or recycle it. It builds a weighted decision matrix across five factors — repair cost, replacement cost, remaining lifespan, sentimental value, and environmental impact — then outputs a clear, score-backed recommendation with reasoning.

When to Use

Activate this skill when:

  • An appliance, device, or tool is broken and you're unsure whether to fix it
  • You have a repair estimate and want to compare it against replacement
  • You want to factor environmental impact into a purchasing decision
  • You're helping someone else decide what to do with a broken item
  • You want a structured, defensible decision rather than a gut call

How It Works

The script takes structured input about the item and its condition:

ParameterDescriptionExample
--itemWhat the item is"washing machine"
--ageHow old it is (years)8
--repair-costEstimated repair cost250
--replacement-costCost of a new equivalent800
--expected-lifespanExpected total lifespan of this item type (years)12
--symptomsWhat's wrong (free text)"won't spin"
--sentimentalSentimental value (1-10)3
--conditionOverall condition aside from the fault (1-10)6

It then scores the decision across five dimensions, applies weights, and produces a recommendation: Repair, Replace, or Recycle/Donate.

Decision Matrix

FactorWeightRepair FavorsReplace Favors
Cost Ratio30%Repair < 50% of replacementRepair > 50% of replacement
Remaining Life25%<50% of expected lifespan used>50% of expected lifespan used
Condition15%Good condition otherwiseMultiple issues, poor condition
Sentimental10%High sentimental valueLow sentimental value
Environmental20%Repair avoids e-wasteNew item is more efficient

See references/decision-matrix.md for the full scoring algorithm.

Quick Reference

NeedCommand
Basic decisionpython3 scripts/repair_or_replace.py --item "laptop" --age 5 --repair-cost 300 --replacement-cost 1000
With symptoms and conditionpython3 scripts/repair_or_replace.py --item "fridge" --age 10 --repair-cost 200 --replacement-cost 900 --symptoms "not cooling" --condition 4
Factor in sentimentpython3 scripts/repair_or_replace.py --item "watch" --age 20 --repair-cost 150 --replacement-cost 500 --sentimental 9
JSON outputpython3 scripts/repair_or_replace.py ... --format json
Interactive modepython3 scripts/repair_or_replace.py --interactive

Recommendations

The script outputs one of three recommendations:

  • Repair — the item is worth fixing. Cost-effective, has remaining lifespan, or has sentimental/environmental value.
  • Replace — buying new is the better choice. Repair cost is too high relative to replacement, or the item is near end-of-life.
  • Recycle/Donate — the item is beyond economic repair. Dispose of it responsibly or donate if still partially functional.

Each recommendation includes a confidence score (0-100) and itemized reasoning.

Files

  • references/decision-matrix.md — full scoring algorithm and weight rationale
  • references/item-lifespans.md — expected lifespan data for common items
  • references/environmental-impact.md — e-waste and sustainability considerations
  • scripts/repair_or_replace.py — the main decision engine
  • scripts/sample_run.sh — example invocations for different item types

Common Pitfalls

  1. Ignoring hidden repair costs. The repair estimate often excludes diagnosis fees, shipping, or secondary issues discovered during repair. Add 15-20% to the estimate for a realistic comparison.

  2. Overestimating remaining lifespan. An 8-year-old washing machine with a 12-year expected lifespan doesn't have 4 "good" years left — the last quarter of lifespan tends to have escalating failure rates.

  3. Forgetting energy efficiency. A new appliance may be significantly more energy-efficient, saving money over time. Factor this into the replacement cost (see references/environmental-impact.md).

  4. Sentimental bias. It's easy to over-value items with emotional attachment. Be honest with the --sentimental score.

  5. Not considering safety. Some failures (gas appliances, electrical) carry safety risks if repaired poorly. If in doubt, replace.

Verification Checklist

  • Repair estimate is realistic (includes diagnosis, parts, labor)
  • Replacement cost reflects a comparable-quality item
  • Expected lifespan matches the item type (see references/item-lifespans.md)
  • Condition score accounts for wear beyond the current fault
  • Environmental factor considered (especially for large appliances)

License

MIT © Denis Voronin

相关技能

RepairShopr (repairshopr.com). Use this skill for ANY RepairShopr request — searching and reading data. Whenever a task involves RepairShopr, use this skill...

1 次安装

Describe a DIY project, get an exact tool list, materials needed, cost estimate, and step-by-step guide filtered by your available tools. Recommends the right tool for each job, finds substitutions, and flags missing tools. Use when planning any DIY, home repair, or making project.

Car diagnostics and maintenance assistant. Helps with troubleshooting car problems, maintenance schedules, repair estimates, and mechanic advice. Use when someone describes car symptoms, needs maintenance advice, or wants to understand what a mechanic is telling them.

1 次安装

Use when you want to know which appliances actually drive your electric bill, whether a bill spike is explained by your usage, if standby/vampire draw is worth addressing, whether replacing an old fridge/dryer/AC pays back, or when modeling tiered utility rates — builds a ranked cost-per-appliance table from watts, duty cycle, and usage hours, reconciles it against your real bill, and computes replacement payback.

Create a privacy-first digital life inventory and cleanup plan from user-supplied information only. This skill does not scan devices, cloud accounts, passwor...

12 次安装

通过纯 HTTP 接口,基于 TRIZ 方法生成工程矛盾与产品降本的可评审概念方案。

34 次安装3 星标