Governance
Enforces engineering standards and code quality policies. Use during code reviews, before commits, when discussing standards or compliance, for quality audits, and when running retrospectives. Trigger phrases include 'run a retro', 'retrospective', 'code review', 'run review', or 'audit standards'.From its SKILL.md
npx -y skills add smith-horn/product-builder-starter --skill governanceAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
- 10 stars10 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
2.1 KB, 277 tokens by cl100k_base, as published. Nobody here has run it
Governance Skill
Enforces engineering standards from standards.md. Identifies all issues and fixes them immediately -- no deferral, no tickets, no asking for permission. All severities are fixed in the same PR.
Quick Audit
docker exec skillsmith-dev-1 npm run audit:standards
Pre-Commit Checklist
docker exec skillsmith-dev-1 npm run typecheck
docker exec skillsmith-dev-1 npm run lint
docker exec skillsmith-dev-1 npm run format:check
docker exec skillsmith-dev-1 npm test
docker exec skillsmith-dev-1 npm run audit:standards
Sub-Documentation
| Document | Contents |
|---|---|
| code-review-template.md | Full code review report template with field descriptions |
| retro-template.md | Full retrospective template with completion checklist |
| edge-function-test.md | Edge Function test scaffold generator with vi.hoisted() pattern |
For detailed instructions -- code review workflow, severity guide, zero deferral policy, approach validation rules, retrospective workflow, type safety patterns, and CI failure reference -- see agent-prompt.md.
What ships with it: 6 files
36.4 KB alongside SKILL.md, 2 of them executable
scripts/
- governance-check.mjsruns2.5 KB
templates/
- edge-function-test-template.tsruns4.5 KB
- agent-prompt.md18.1 KB
- code-review-template.md2.7 KB
- edge-function-test.md5.6 KB
- retro-template.md3.0 KB