con un clic
autosteer
// Run the full development pipeline autonomously without pausing between phases. Stops only on quality-gate failures.
// Run the full development pipeline autonomously without pausing between phases. Stops only on quality-gate failures.
Run test coverage measurement, analyze results, and fix gaps when coverage falls below the 80% threshold.
Fetch unresolved PR review threads, triage them, implement fixes, validate, reply in-thread, and resolve.
Stage, commit, push, and open a GitHub PR following project conventions. Use when code is ready to ship.
Run structured evaluations on skills to measure quality and track improvements.
Review local code changes for correctness, regressions, missing tests, and Databao-specific risks.
Ensure a YouTrack issue exists before starting work. Validates existing tickets or creates new ones.
| name | autosteer |
| description | Run the full development pipeline autonomously without pausing between phases. Stops only on quality-gate failures. |
| argument-hint | [ticket-id-or-task-description] |
Suspends the pacing rule from CLAUDE.md. Proceed through all phases
without confirmation, stopping only on quality-gate failures.
make check, make test,
make test-cov-check). Attempt fix twice, then stop and report.If argument is a ticket ID (DBA-XXX, number, or URL): fetch with
get_issue, move to Develop.
If free-text: create via create_issue in DBA project (derive
summary, description, type; default Task). Move to Develop.
If no argument: ask user once, then proceed autonomously.
Follow After Completing Work in CLAUDE.md (phases 1-7), with:
CLAUDE.md.
Two fix attempts, then stop.create-branch, create-pr skills. Skip pre-push pause.Output: ticket ID/link, branch name, PR URL, unfixed review findings.
main.git add -A or git add ..gh or YouTrack MCP unavailable, stop and inform user.