quality
SkillSecurityRun code formatting and linting after writing or modifying Go code. Use this after making code changes to ensure quality standards are met.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the quality skill
What this skill tells your AI
The instructions your AI receives, as published by boostsecurityio/poutine in .claude/skills/quality/SKILL.md and read by ahel’s review.
Run code quality checks on the current branch:
- Format all Go code:
make fmt - Run branch-scoped linting (only changes vs main):
make lint-branch - Run all tests:
make test
Fix any issues found before proceeding. Report a summary of what passed and what failed.
Signals
- GitHub stars
- 512
- Forks
- 39
- Last commit
- Jul 2026
Advanced
- Catalog kind
- skill
- Gateway key
quality-boostsecurityio- Source
- github.com/boostsecurityio/poutine