From ados
Runs the repository's configured quality gates script and returns a concise summary with log paths, exit codes, durations, and failure pointers. Invoke directly via /check.
How this skill is triggered — by the user, by Claude, or both
Slash command
/ados:checksonnetThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
<purpose>
This command is intended for humans to invoke directly.
Agents should preferentially call @runner directly for execution/log-heavy tasks.
Examples: /check # default (usually all) /check fast /check slow /check lint test
Determine which quality gates command to run:Read AGENTS.md and look for an explicit quality gates runner instruction.
AGENTS.md includes a command like ./scripts/quality-gates.sh (preferred) or any referenced path/command for quality gates, use that.Default fallback if no instruction found:
./scripts/quality-gates.shPass through user-provided arguments (fast/slow/all/...) as-is to the resolved command.
Always run from repository root.
npx claudepluginhub juliusz-cwiakalski/agentic-delivery-os --plugin adosDefines canonical quality check commands for typecheck, test, and lint with four variants (Baseline, Incremental, Full Gate, Per-File). Reference skill consumed by session-start, wave-executor, session-end, and session-reviewer.
Executes quality gates, fixes any issues found, and creates a single Conventional Commit summarizing all changes. Useful for automated code quality enforcement.
Runs quality gates for linting, type checking, unit tests with coverage, spec compliance, and smoke checks at local/CI/deploy levels.