원클릭으로
make-yt-issue
// Ensure a YouTrack issue exists before starting work. Validates existing tickets or creates new ones.
// Ensure a YouTrack issue exists before starting work. Validates existing tickets or creates new ones.
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.
| name | make-yt-issue |
| description | Ensure a YouTrack issue exists before starting work. Validates existing tickets or creates new ones. |
| compatibility | YouTrack MCP must be configured and available. |
| Signal | Action |
|---|---|
User provides ticket ID (DBA-123, 123, or URL) | Validate (step 2) |
| User asks to create a ticket | Draft (step 3) |
| No ticket mentioned | Ask: "Do you have a YouTrack ticket?" |
Fetch with get_issue. If found, confirm with user it matches the work.
If not found, offer to create (step 3).
From conversation context, propose:
Ask user to approve, edit, or reject.
Autosteer exception: create immediately without approval.
Use create_issue in DBA project. Report created issue ID.
Set State to Develop via update_issue.
DEVELOPMENT.md.DBA-XXX, bare numbers, or URLs.