quality-gateway
✓Orchestrates quality checks at key lifecycle points: before edits, after edits, and before completion. Coordinates sub-skills (test-augmentation, doc-sync, coding-standards, security-review) to ensure consistent code quality. Use when making significant code changes or before completing a task.
Installation
SKILL.md
Orchestrates quality checks at key lifecycle points in the development workflow. This skill coordinates sub-skills to ensure consistent code quality.
| test-augmentation | Validates test coverage | .claude/skills/test-augmentation/ | | doc-sync | Validates documentation | .claude/skills/doc-sync/ | | coding-standards | Enforces code style | .claude/skills/coding-standards/ | | security-review | Checks for vulnerabilities | .claude/skills/security-review/ |
| pre-edit | Before changes | Capture baseline metrics | | post-edit | After changes | Validate changes meet standards | | on-stop | Before completion | Final quality gate |
Orchestrates quality checks at key lifecycle points: before edits, after edits, and before completion. Coordinates sub-skills (test-augmentation, doc-sync, coding-standards, security-review) to ensure consistent code quality. Use when making significant code changes or before completing a task. Source: bitsoex/bitso-java.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/bitsoex/bitso-java --skill quality-gateway- Source
- bitsoex/bitso-java
- Category
- </>Dev Tools
- Verified
- ✓
- First Seen
- 2026-02-01
- Updated
- 2026-02-18
Quick answers
What is quality-gateway?
Orchestrates quality checks at key lifecycle points: before edits, after edits, and before completion. Coordinates sub-skills (test-augmentation, doc-sync, coding-standards, security-review) to ensure consistent code quality. Use when making significant code changes or before completing a task. Source: bitsoex/bitso-java.
How do I install quality-gateway?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/bitsoex/bitso-java --skill quality-gateway Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/bitsoex/bitso-java
Details
- Category
- </>Dev Tools
- Source
- skills.sh
- First Seen
- 2026-02-01