Skip to content

feat(skills): add verification-before-completion skill#845

Merged
JeremyDev87 merged 1 commit intomasterfrom
feat/verification-before-completion-795
Mar 22, 2026
Merged

feat(skills): add verification-before-completion skill#845
JeremyDev87 merged 1 commit intomasterfrom
feat/verification-before-completion-795

Conversation

@JeremyDev87
Copy link
Owner

Summary

  • Add new verification-before-completion skill at packages/rules/.ai-rules/skills/verification-before-completion/SKILL.md
  • Enforces "Evidence before assertions" iron law — no success claims without running verification commands
  • Four mandatory phases: Test Execution, Build Verification, Lint & Quality Check, Diff Review
  • Each phase includes concrete commands, checklists, and stop conditions
  • Red flags and rationalizations tables matching existing skill patterns (TDD, systematic-debugging)
  • Cross-references to related skills (test-driven-development, systematic-debugging)

Test plan

  • Markdownlint passes with 0 errors
  • Skill follows codingbuddy pattern (frontmatter, core principle, iron law, when to use, four phases)
  • v2.0 frontmatter includes name, description, user-invocable
  • All four verification areas covered: test, build, lint, diff
  • Cross-references to existing skills are valid

Closes #795

- Enforce "Evidence before assertions" iron law
- Four verification phases: test, build, lint, diff review
- Concrete commands and checklists for each phase
- Red flags and rationalizations tables
- Cross-references to TDD and systematic-debugging skills

Closes #795
@JeremyDev87 JeremyDev87 added feat skill New skill addition to .ai-rules/skills/ labels Mar 22, 2026
@vercel
Copy link

vercel bot commented Mar 22, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
codingbuddy-landing Ready Ready Preview, Comment Mar 22, 2026 1:30am

@JeremyDev87 JeremyDev87 self-assigned this Mar 22, 2026
@JeremyDev87 JeremyDev87 merged commit e59f762 into master Mar 22, 2026
25 checks passed
@JeremyDev87 JeremyDev87 deleted the feat/verification-before-completion-795 branch March 22, 2026 01:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

feat skill New skill addition to .ai-rules/skills/

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat(skills): add verification-before-completion skill

1 participant