From ados
Executes quality gates, fixes any issues found, and creates a single Conventional Commit summarizing all changes. Useful for automated code quality enforcement.
How this skill is triggered — by the user, by Claude, or both
Slash command
/ados:check-fixsonnetThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Run quality gates and make sure everything is fine.
Run quality gates and make sure everything is fine. If you find any issues then systematically fix them. If project specifies fast quality gates check the first execute only those. Once fast quality gates are passed then proceed to run the full quality gates and fix any issues found. Finally, create a single high-quality Conventional Commit with a clear message summarizing all changes made to fix the issues by delegating entirely to the @committer agent.
npx claudepluginhub juliusz-cwiakalski/agentic-delivery-os --plugin adosRuns quality gates, reviews staged changes for issues, and creates a conventional commit. Useful when ready to commit after making changes.
Creates Conventional Commits with pre-commit checklists for scope, quality, tests, linting, formatting, and documentation. Ensures one logical change per commit before git commit.
Validates code quality via tests, linting, security; auto-fixes issues; generates commits; multi-agent reviews; creates PRs. Use after features to ship confidently.