用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/pactkit/claude-code-plugin --skill pactkit-audit命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | pactkit-audit |
| description | H1-H7 AI Readiness Assessment — harness audit scoring and hotspot analysis |
| model | sonnet |
H1-H7 AI Coding Harness readiness assessment. Scans project structure against a 7-layer model, produces a Harness Score (0-100), and identifies code hotspots.
pactkit audit --append./pactkit-audit via Claude Code headless mode.| Layer | Name | What It Checks |
|---|---|---|
| H1 | Prompt Engineering | CLAUDE.md, rules, agents, commands |
| H2 | Context Engineering | Specs, test cases, architecture graphs |
| H3 | Process Governance | Sprint board, PDCA workflow artifacts |
| H4 | Tool Governance | Skills, CLI tools, MCP integration |
| H5 | Safety & Guardrails | Pre-commit hooks, security rules, credential guards |
| H6 | Observability | Logging, cost tracking, lessons, self-audit rules |
| H7 | Evolution | Version management, changelog, CI/CD publish |
pactkit audit
docs/architecture/governance/harness_audit.json.| Flag | Purpose |
|---|---|
--json | JSON output only (machine-readable) |
--layer H1-H7 | Check a single layer |
--append | Silent update for /project-done integration |
--if-needed STORY_ID | Only refresh when harness_audit.json exists and its story_id matches; skips otherwise |
--verbose | Full detail: findings + insights + hotspots |
When hotspots are detected and developer is configured in pactkit.yaml, the audit generates suggested task entries that can be added to the sprint board.
/project-done: Run pactkit audit --append --if-needed {STORY_ID} — only refreshes if the audit belongs to this story; silently skips otherwise.pactkit audit --verbose to identify technical debt priorities.pactkit audit --json for machine-readable pipeline checks./pactkit-audit via headless mode for real-time project health.