用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/joris887/exosuit --skill claude-sense-check命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
Execute comprehensive backlog review. Analyzes story quality, Definition of Ready compliance, dependencies, zombie stories, and generates a backlog health report.
First-run framework setup. Detects existing project stack or guides new project creation from vision/braindump.
Use when the user has a complex idea that needs design exploration before story decomposition.
基于 SOC 职业分类
| name | claude-sense-check |
| version | 3.4.0 |
| description | Incremental code logic verification of UAT test cases — pick batch, trace code, fix issues, update tracking. |
| trigger | manual |
| depends-on | ["story-cycle"] |
| references | ["references/issue-classification.md"] |
| disable-model-invocation | true |
| user-invocable | true |
| allowed-tools | Read, Glob, Grep, Bash, Edit, Write |
Performing incremental Claude Sense Check on UAT backlog.
docs/testing/UAT_COVERAGE.md, docs/testing/UAT_INDEX.md, or docs/testing/uat/ directory- [ ] Logic verified from code perspective is unchecked[x]From the unchecked cases, sorted by priority (critical > high > medium > low), then by ID within each priority level:
Before checking any logic, collect the full picture for the batch's feature area:
Do NOT proceed to logic checks until you have the full picture.
For each case in the batch:
For every Warning or Fail verdict, classify and act. Read references/issue-classification.md for the full classification guide (quick fix vs design gap).
For each case in the batch:
- [x] Logic verified from code perspective"Pass (high) — verified [what was checked], code handles [scenario] correctly""Fixed (high) — [issue description], resolved in [commit-hash]""Warning (medium) -> [story-id] — [gap description], backlog story created"After updating the tracking file, update any status summary tables to reflect the new sense-check counts.
Output a summary:
### Claude Sense Check Complete
**Batch:** UAT-### to UAT-### ([area name])
**Results:**
| Case | Title | Verdict | Confidence | Notes |
| ---- | ----- | ------- | ---------- | ----- |
| UAT-### | [title] | Pass/Warning/Fixed | high/medium/low | [one-line summary] |
**Fixes Applied:** [count]
- [commit-hash]: [one-line description] (for UAT-###)
**Backlog Stories Created:** [count]
- [story-id]: [one-line description] (for UAT-###)
**Progress:** [x]/[total] UAT cases sense-checked
**Remaining:** [count] cases unchecked
**Suggested Next Batch:** UAT-### to UAT-### ([area name]) — [why]
Include a YAML block for machine-parseable results:
sense_check:
batch: [UAT-###, UAT-###]
area: "[area name]"
results:
- id: UAT-###
verdict: pass
confidence: high
notes: "[one-line]"
fixes: 0
stories_created: 0
progress: "X/Y"
/story-cycle for fixes — maintain TDD disciplinedocs/reference/CODING_STANDARDS.md