Use to autonomously take freshly-implemented work all the way to a review-ready pull request. Runs a fixed finish-and-ship pipeline: self-verification, automated code review, browser / acceptance-criteria testing, commit-dance history cleanup, PR creation + push, then waiting for and responding to the Claude review…
Use when a feature branch has the right end-state but messy commit history (original work + many follow-up fixes + maybe merge churn) and the user wants the PR to read as a single coherent pedagogical narrative reviewers can walk file-by-file.
Use when implementing a feature and you have requirements but need architectural design before code — walks through Capabilities, Components, Interactions, and Contracts with approval gates, then generates an ADR.
File-by-file PR review designed for learning and understanding, not just approval. Use this skill when the user asks to "walk me through this PR", "explain this PR", "review this PR with me", "help me understand these changes", "go through the PR file by file", or any variation that implies they want to understand the…
Run penetration testing scans against web applications using the kali-pentest MCP server (Kali Linux in Docker). Use when the user asks to "run a pen-test", "security scan", "pentest", "check for vulnerabilities", or "security assessment". Requires the kali-pentest MCP server to be connected (via .mcp.json) and Docker…
Review a PR that updates dependencies — researches breaking changes, migration steps, and changelogs using context7 and GitHub API. Works with npm, Maven/Kotlin, GitHub Actions, and IaC dependencies.