thoroughness-scoring

仓库创建 2026年2月2日最近提交 6 天前SkillHot 收录 20 天前
▸ 精选理由

把权衡量化,便于选择更彻底且适配范围的方案。

这个 Skill 做什么

为每个决策点打 1–10 的“全面性”评分并区分受控/无限工作范围。

给每个决策点打 1–10 的“全面性”分,帮你在快速方案和彻底方案间做权衡。会同时检查工作范围是受控还是可能无限膨胀(scope check),把高分且可控的方案优先推荐。适合多方案抉择或要避免半吊子工程时用,利用 AI 把把事情做扎实的边际成本降下来。

▸ 展开 SKILL.md 英文原文

Score every decision point with a Thoroughness Rating (1-10). AI makes the marginal cost of doing things properly near-zero — pick the higher-rated option every time. Includes scope checks to distinguish contained vs unbounded work.

Skill 开发管理决策评分范围检查全面性通用
2.7k
Stars
257
Forks
40
仓库内 Skill
+55
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/rohitg00/pro-workflow/main/skills/thoroughness-scoring/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/rohitg00/pro-workflow/main/skills/thoroughness-scoring/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Thoroughness Scoring

AI drops the cost of doing things right to near-zero. Stop picking the quick hack when the thorough option takes the same wall-clock time with AI assistance.

## The Rating Scale

Every option gets a Thoroughness score (T:X/10):

| Score | What It Means |
|-------|---------------|
| T:10 | All edge cases handled, full test coverage, docs updated, error messages helpful |
| T:9 | Edge cases covered, tests pass, types solid, no shortcuts |
| T:8 | Happy path + error paths, good tests, clean types |
| T:7 | Happy path works, basic tests, no docs |
| T:5 | Works for the demo, fragile, manual testing only |
| T:3 | Quick hack, no tests, tech debt accruing |
| T:1 | Copy-pa
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有