tdd
来自 skills.sh 生态的可复用 Agent Skill。 tdd from mattpocock/skills: Test-driven development with vertical slices, behavior-focused tests, and incremental red-green-refactor cycles.
来自 skills.sh 生态的可复用 Agent Skill。 verification-before-completion from obra/superpowers: Enforce verification commands before claiming work completion, fixes, or test passes—no success assertions without fresh evidence.
verification-before-completion is a reusable agent skill listed on skills.sh under obra/superpowers. skills.sh rank #158, installs 70.3K, GitHub stars 204.9K, first seen Jan 19, 2026.
Enforce verification commands before claiming work completion, fixes, or test passes—no success assertions without fresh evidence. Requires running the actual verification command (not assumptions or partial checks) and confirming output before making any completion or correctness claims Applies to all success-related statements: test passes, builds succeeding, bugs fixed, requirements met, regressions verified, and agent task completion Blocks common shortcuts like trusting agent reports, relying on linter passes as build proof, or using confidence/assumptions instead of actual command output Includes a five-step gate function: identify the proof command, run it fresh, read full output and exit code, verify the claim matches evidence, then state the result with evidence attached
SKILL.md and only load extra files referenced by that skill.npx skills add https://github.com/obra/superpowers --skill verification-before-completionIs verification-before-completion an agent, a prompt, or a skill?
It is a skill: a reusable package of task-specific instructions and supporting files that an agent can load when the user's request matches the workflow.
Should I install it automatically?
Only after checking the repository, install command, audit status, and whether the user wants this capability in the current agent environment.
What makes it useful for AIDreamHub users?
It helps users discover practical agent capabilities from the open skills ecosystem and compare them by task, source, install count, and operational risk.
npx skills add https://github.com/obra/superpowers --skill verification-before-completionnpx skills add https://github.com/obra/superpowers --skill verification-before-completion来自 skills.sh 生态的可复用 Agent Skill。 tdd from mattpocock/skills: Test-driven development with vertical slices, behavior-focused tests, and incremental red-green-refactor cycles.
来自 skills.sh 生态的可复用 Agent Skill。 minimal-run-and-audit from lllllllama/ai-paper-reproduction-skill: minimal-run-and-audit packages reusable procedural knowledge for agents.
来自 skills.sh 生态的可复用 Agent Skill。 diagnose from mattpocock/skills: diagnose packages reusable procedural knowledge for agents.
来自 skills.sh 生态的可复用 Agent Skill。 systematic-debugging from obra/superpowers: Structured debugging methodology that mandates root cause investigation before attempting any fixes.