triage
First-pass review of a client or unfamiliar repo — pull latest, sweep for glaring issues, report ranked findings. READ-ONLY on external repos. Triggers "triage this repo", "point out glaring issues", "review the codebase and tell me what needs fixing", "first pass on this client repo".
适合你,如果你需要迅速了解一个不熟悉的代码库或客户项目,找出需要修复的地方。
npx oh-my-skill add darkroomengineering/cc-settings/triagecurl -fsSL https://oh-my-skill.com/install.sh | bash -s -- darkroomengineering/cc-settings/triagenpx oh-my-skill verify darkroomengineering/cc-settings/triage怎么用
商店整理自技能原文 · 版本 fa04efc · 表述以原文为准装上后,Claude会拉取仓库最新代码,检查结构、依赖、代码规范、性能、可访问性和安全问题,生成排序报告(关键/应修复/外观),并标识哪些可直接修复、哪些需客户沟通。
当你提出“triage this repo”、“point out glaring issues”、“review the codebase”等要求时触发。
技能原文 SKILL.md
Repo Triage
First-pass sweep of a repo you didn't build. Output is a report, not a diff.
Guardrail (non-negotiable)
If the repo's origin is outside the darkroomengineering org: read-only. Never commit, never push, never open a PR (incident 2026-07-07). Findings go in the report; the user decides what crosses the org boundary. Check first:
git remote get-url origin
Pipeline
git checkout main 2>/dev/null; git pull— triage latest, note the default branch.- Fan out
exploreagents in ONE message: - (a) structure + dependency freshness
- (b) TypeScript/lint/config hygiene
- (c) obvious perf and a11y issues on key pages
- (d) security smells (exposed env, secrets in history, unpinned actions)
- Rank findings: Critical / Should-fix / Cosmetic. Each with
file:lineand a one-line fix sketch. Max 15 findings — this is a triage, not an audit; recommend/nuclear-reviewif depth is warranted. - End with a split: "safe to fix directly" vs "needs client conversation".
Output
- Ranked findings table (Critical / Should-fix / Cosmetic)
- Org-boundary status: internal (fixes allowed) or external (report-only)
- Recommended next skill:
/fix,/nuclear-review, or nothing