Stats
Actions
Tags
How this skill is triggered — by the user, by Claude, or both
Slash command
/dev-harness:generic-auditThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
- 必须对比 plan/PRD 与实际代码,不凭印象审计
| 维度 | 检查内容 | 严重级别 |
|---|---|---|
| 需求覆盖 | plan 中每个变更点是否都已实现 | HIGH |
| 代码质量 | 空指针、资源泄露、异常处理、边界条件 | MEDIUM-HIGH |
| 安全性 | SQL 注入、XSS、敏感信息泄露、权限校验 | HIGH |
| 错误处理 | 异常是否正确捕获和上报 | MEDIUM |
| 一致性 | 命名规范、代码风格、项目约定 | LOW |
.claude/reports/audit-{module}-{date}.md(格式见 report-template.md)。
npx claudepluginhub brothelmdzz/dev-harness --plugin dev-harnessGuides completion of development work by verifying tests, detecting environment, and presenting structured options for merge, PR, or cleanup.
Enforces test-driven development: write failing test first, then minimal code to pass. Use when implementing features or bugfixes.
Guides creation and editing of skills using test-driven development with pressure scenarios and subagents to verify agent compliance.