一键导入
project-health
Assess the current project's repo and work-tracker status, then rate overall project health from 0-10. Invoke via /quality:project-health.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Assess the current project's repo and work-tracker status, then rate overall project health from 0-10. Invoke via /quality:project-health.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Answer in a simple, concise voice, no filler or hedging. Persisted per project or per user, in prose-only, prose+code, or laconic-code (code-first) mode. A per-turn reminder refocuses the voice mid-session (cadence configurable). Invoke via /laconic (on|off|status|mode|cadence).
Restate the last message in plain human language, with no jargon.
Surface unaddressed threads from the conversation — bugs mentioned but not fixed, deferred decisions, dropped nits, cross-workstream dependencies, unverified claims, and promised-but-not-done items — as a tight, skimmable report. Reports; never edits code. Use when the user says "loose ends", "any loose ends", "what did we leave hanging", "what didn't we get to", "what got dropped", "open threads", "unaddressed items", "what did we punt on", or "/loose-ends".
Interactive file cleanup for Downloads, Desktop, and Documents, plus stale git worktree cleanup. Goes item-by-item proposing delete, move, or keep. Use when user says "clean up my computer", "organize my downloads", "help me declutter", "what's in my Downloads", "file cleanup", or "clean up old worktrees".
Scan recent conversation transcripts for safe commands that could be auto-allowed by your CLI agent (Claude Code, Codex, Cursor, …), preview the proposed allowlist changes, then write them to the right config. Use when the user says "reduce permission prompts", "auto-allow safe commands", "optimize permissions", or "/optimize-permissions".
One skill for committing work and opening PRs. Two modes — normal (default) commits your conversation changes, pushes, and opens a single PR against the trunk; stacked turns the same command into a stacked-PR workflow (checkpoint slices, submit, sync, bottom-up merge). Toggle with /pr setup. Any PR can be opened as a draft with --draft (-d), or make drafts the default with /pr setup. Also ships a diff-size nudge hook toward /pr when the uncommitted diff grows large. Agent-callable — an agent working through a task should invoke this to ship a finished slice — `checkpoint`/`commit` at each logical seam to land a stacked PR and continue on a fresh branch, or `update` to commit and open/refresh a single PR. Reach for it when a unit of work is complete or the user asks to commit, push, checkpoint, or open a PR. Do not autonomously run `merge` (it lands PRs into trunk) unless the user asks. Runs under both Claude Code and Gemini CLI (install with --agent gemini). Uses git stack when installed, falls back to gh + g
| name | project-health |
| description | Assess the current project's repo and work-tracker status, then rate overall project health from 0-10. Invoke via /quality:project-health. |
| argument-hint | [focus] |
| disable-model-invocation | true |
Answer the Claude command this skill ports:
What's the status of this project? Rate it on a quality level of 0-10.
Usage: /quality:project-health [focus]
focus is optional. If present, use it to bias the inspection toward a
subsystem, feature, skill, package, or task. Do not edit files.
Gather evidence before rating. Keep commands read-only unless the user explicitly asks for follow-up work.
git status --short --branchgit diff --stat origin/main... when origin/main existsgit log --oneline --decorate --max-count=8 --graph --allpackage.json,
pyproject.toml, Cargo.toml, go.mod, README*, CLAUDE.md, and
AGENTS.md.bun run check, npm test, pytest, cargo test,
go test ./.... If validation would be expensive or destructive, skip it
and say why..project/config.json and .project/scripts/board.sh exist (or the
legacy .github/gh-project.json + .github/scripts/gh-project-board.sh),
use the helper for a read-only board snapshot:
In Progress cardsTodo cards only if it helps orient the user.context/, read only files that look relevant
to the status request, such as todos.md.Rate project health from 0-10 using concrete evidence:
Do not give a high score just because the working tree is clean. Consider tests, docs, release readiness, task-board health, and unresolved work.
Keep the final answer compact and evidence-led:
N/10 with 2-4 reasons.If a check could not be run, say so directly. Do not imply certainty beyond the evidence gathered.