agent-health
Reads production/traces/agent-metrics.jsonl and displays a per-agent performance summary table for the current or a specified session. Highlights agents with…
Requires fresh verification evidence before claiming work is complete, fixed, passing, safe, ready, merged, or clean. Use before completion claims, commits, PRs, merge readiness, or moving to the next task.
$ npx -y skills add tranhieutt/software_development_department --skill verification-before-completion --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/verification-before-completionContext preview
The summary Claude sees to decide when to auto-load this skill.
Requires fresh verification evidence before claiming work is complete, fixed, passing, safe, ready, merged, or clean. Use before completion claims, commits, PRs, merge readiness, or moving to the next task.
name: verification-before-completion type: workflow description: "Requires fresh verification evidence before claiming work is complete, fixed, passing, safe, ready, merged, or clean. Use before completion claims, commits, PRs, merge readiness, or moving to the next task." argument-hint: "[claim-or-task-being-completed]" user-invocable: true allowed-tools: Read, Glob, Grep, Bash context: main effort: 2 agent: qa-engineer when_to_use: "Use before any completion or success claim, before committing, before opening or updating a PR, before marking a task done, and before moving from one implementation task to the next."
Prevent false completion claims. A task is not done because the code looks right, an agent reported success, or a previous command passed. A task is done only when fresh evidence verifies the exact claim being made.
This is a completion gate, not an implementation workflow. It runs after the relevant work and before any statement that implies success.
No completion claim without fresh verification evidence.
Do not say the work is done, fixed, passing, safe, ready, merged, clean, or complete unless the current turn contains evidence from the relevant command, file check, diff review, or manual verification note.
Use this skill before saying or implying:
If the wording suggests success, this gate applies.
Write the claim as a concrete sentence:
Claim: <specific completion or success statement>
Examples:
Map the claim to the smallest sufficient proof:
| Claim type | Required proof | | --- | --- | | Tests pass | Fresh test command output and exit status | | Build passes | Fresh build or typecheck output and exit status | | Lint clean | Fresh lint output and exit status | | Bug fixed | Reproduction or regression test proving the original symptom no longer occurs | | Regression test valid | RED/GREEN evidence, or equivalent proof that the test fails without the fix | | Requirements met | Checklist against the approved spec/plan, with any gaps called out | | Agent completed work | Inspect changed files or diff, then run the plan's verification | | Merge/PR ready | Tests/build required by project plus review of changed-file scope | | Documentation updated | File exists, relevant sections changed, links or generated indexes verified | | Prose quality verified | Fresh `style-review` scorecard, or an explicit statement that style review was skipped | | Manual/visual outcome | Exact manual check, environment, viewport/artifact, and observed result |
When multiple claims are being made, verify each claim or narrow the final statement to only the verified claim.
Run the full command when a command is available. Read the output. Check the exit code and failure count. Do not rely on memory, prior sessions, subagent reports, or partial output.
If the proof is a file or diff check, inspect the relevant file or diff in the current turn.
If verification requires credentials, network access, a running service, a GUI, or user-only context, do not assume success. State the blocked verification plainly.
Before reporting, decide:
If the result is not `VERIFIED`, change the final wording so it does not imply more success than the evidence supports.
Use this output shape:
## Verification Before Completion **Claim:** [specific claim] **Evidence:** [command/check and key result] **Verdict:** VERIFIED | PARTIAL | NOT VERIFIED | FAILED **Limits:** [anything not checked, or "None"]
For normal final responses, keep this compact. The important requirement is that the success claim and the evidence appear together.
| Situation | Required action | | --- | --- | | About to mark a plan task complete | Re-read task acceptance criteria, verify each criterion, then report gaps or completion | | About to move to next subagent task | Verify current task output and both review gates first | | About to commit | Run project-relevant tests/checks or state exactly why not run | | About to open a PR | Verify tests/build and summarize changed scope | | About to say a bug is fixed | Verify the original reproduction path or regression test | | About to claim docs are updated | Check the changed docs and any generated command list/index if applicable | | About to claim docs are polished or review-ready | Run `style-review` or state that prose style was not verified |
| Thought | Required correction | | --- | --- | | "It should pass." | Run the command or state it was not verified. | | "The agent said it passed." | Inspect and verify independently. | | "I ran tests earlier." | Use fresh evidence from the current completion point. | | "Only docs changed, no verification needed." | Verify the docs file, link/index, or validator relevant to the docs. | | "The change is obvious." | Obvious is not evidence. | | "I don't want to bother the user with details." | Report the shortest useful evidence, not confidence. | | "Partial checks are enough." | Say exactly which claims are partial and what
Repo: tranhieutt/software_development_department
Reads production/traces/agent-metrics.jsonl and displays a per-agent performance summary table for the current or a specified session. Highlights agents with…
Provides the vendored agent-style v0.3.5 prose rule pack as a portable Claude skill. Use when installing, syncing, applying, or auditing SDD Agent-Style…
Provides Angular best practices for components, modules, services, and reactive patterns. Use when working with Angular TypeScript files, component templates,…
Records unexpected API behaviors, undocumented caveats, version bugs, or non-obvious workarounds into .claude/memory/annotations.md. Use immediately when an…
Defines REST and GraphQL API contracts including endpoints, request/response schemas, auth flows, and versioning strategy. Use when designing a new API,…
Manages the ADR (Architecture Decision Record) registry. Use when recording tech-stack choices, design patterns, or infrastructure decisions with context,…