mine.address-pr-issues
Triage and resolve PR blockers — review comments, merge conflicts, and failing CI — on GitHub or Azure DevOps. Uses plan mode for structured resolution and AskUserQuestion for decisions.
mine.commit-push
Commit and push changes to the current branch
mine.human-centered-design
Human-centered frontend design — empathy, accessibility, progressive enhancement, inclusive patterns. Use when building or reviewing user-facing interfaces.
mine.address-pr-comments
Fetch unresolved GitHub PR review comments and systematically address them. Uses plan mode for structured resolution, AskUserQuestion for decisions, and auto-resolves threads on GitHub with explanatory comments.
mine.tool-gaps
Surface missing CLI tool functionality and unscripted recurring patterns by mining session history for workarounds.
mine.start
Read a plan handoff from a previous Claude session and begin implementation. Use when opening a new Claude session in a worktree that has a prepared plan.
mine.ux-antipatterns
Detect UX anti-patterns in frontend code — layout shifts, missing feedback, broken forms, race conditions, accessibility gaps. Use when reviewing, building, or refactoring user-facing interfaces.
mine.refactor
Interactive code refactoring with strategy selection, dependency analysis, and incremental verification. Uses AskUserQuestion for naming, scope, and approach decisions throughout.
mine.audit
Systematic codebase health audit. Surfaces the biggest problems — aging code, brittle designs, over-exposed internals, missing tests, and accumulated debt — ranked by impact. Feeds into /mine.refactor and /mine.adrs.
mine.security-review
Use this skill when adding authentication, handling user input, working with secrets, creating API endpoints, or implementing payment/sensitive features. Provides comprehensive security checklist and patterns.
mine.interface-design
Craft and consistency for interface design — dashboards, admin panels, apps, tools. Not for marketing sites or landing pages.
mine.eval-repo
Evaluate a third-party GitHub repo before adopting it. Assesses test coverage, code quality, maintenance health, contributor bus factor, and project maturity — then gives a clear recommendation.
mine.backend-patterns
Backend architecture patterns, API design, database optimization, and server-side best practices for Python and FastAPI.
mine.ship
Commit, push, and create a PR in one step. Combines mine.commit-push and mine.create-pr.
mine.adrs
Create and maintain Architecture Decision Records (ADRs) for significant project decisions. Tracks context, choices, consequences, and alternatives.
mine.research
Deep codebase research and feasibility analysis for proposed changes. Maps current architecture, evaluates proposals with parallel subagents, asks probing questions, and produces a structured research brief. Feeds into /mine.adrs and plan mode.
mine.create-pr
Review branch changes and create a PR on GitHub or Azure DevOps
mine.bare-repo
One-time setup of a bare git repo with worktree-based directory structure. Use when the user wants to set up a new project for worktree-based development.
mine.mutation-test
Mutation testing — intentionally break code to verify tests catch real bugs. Claude-driven, no framework needed.
mine.python-testing
Python testing strategies using pytest, TDD methodology, fixtures, mocking, parametrization, and coverage requirements.
mine.python-patterns
Pythonic idioms, PEP 8 standards, type hints, and best practices for building robust, efficient, and maintainable Python applications.
mine.worktree
Manage git worktrees — create new worktrees with plan handoff for concurrent Claude sessions, list active worktrees, or delete worktrees. Use when the user wants to start parallel work, branch off into a worktree, or clean up worktrees.