skills/do-issue-solo/SKILL.md
Work on a GitHub issue end-to-end autonomously, only pausing when blocked or when clarification is needed.
npx skillsauth add thermiteau/maverick-private do-issue-soloInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Depends on: mav-scope-boundaries, mav-git-workflow, mav-github-issue-workflow, create-solution-design, create-implementation-plan, mav-plan-execution, mav-local-verification, mav-bp-cicd, mav-claude-code-recovery, mav-bp-logging, mav-bp-alerting, mav-systematic-debugging, pullrequest-review
Work on GitHub issue $ARGUMENTS autonomously. Follow every phase in order. Do not skip phases. Only pause to ask the user when you are blocked or need clarification.
If $ARGUMENTS is empty or not a valid issue number, ask the user for the issue number before proceeding. Do not attempt any phase without it.
Run Phases 1 and 2 as a subagent to keep the main context window clean for implementation.
$ARGUMENTSsolo.claude/issue-state.json has phase set to design.claude/issue-state.json has comments.design set to a comment IDRun Phase 3 as a subagent to keep the main context window clean for implementation.
$ARGUMENTS.claude/issue-state.json.claude/issue-state.json has phase set to plan.claude/issue-state.json has comments.plan set to a comment IDdevelop).branch in the state file.docs/maverick/skills/. For each topic directory that contains a SKILL.md, read it. These project skills provide codebase-specific guidance (libraries, patterns, configuration) that supplements the best-practice skills. If none exist, continue without them.implement in the state file.git diff develop...HEAD).review in the state file.git diff develop...HEAD --name-only to identify all changed files.docs/:
git diff develop...HEAD)complete in the state file.main or develop.feat: add rubric export (#42)).development
Use when a best-practice skill needs project-specific implementation details and no project skill exists at docs/maverick/skills/<topic>/SKILL.md. Scans the codebase and generates a project-specific skill file.
testing
Create or update technical documentation for a project. Covers architecture, service interactions, data flows, and design decisions. Produces professional markdown with Mermaid diagrams.
development
How to process code review feedback — verify before implementing, push back when wrong, clarify before acting on partial understanding. Applied when receiving review from the code-reviewer agent or human reviewers.
development
Analyze a project's codebase against Maverick standard practices and write a findings report. Checks linting, unit tests, integration tests, documentation, and CI/CD. Run when onboarding an existing project or on demand.