mine.address-pr-issues

NodeJSmithNodeJSmith

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.

193 days ago

mine.commit-push

NodeJSmithNodeJSmith

Commit and push changes to the current branch

193 days ago

mine.human-centered-design

NodeJSmithNodeJSmith

Human-centered frontend design — empathy, accessibility, progressive enhancement, inclusive patterns. Use when building or reviewing user-facing interfaces.

193 days ago

mine.address-pr-comments

NodeJSmithNodeJSmith

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.

193 days ago

mine.tool-gaps

NodeJSmithNodeJSmith

Surface missing CLI tool functionality and unscripted recurring patterns by mining session history for workarounds.

193 days ago

mine.start

NodeJSmithNodeJSmith

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.

193 days ago

mine.ux-antipatterns

NodeJSmithNodeJSmith

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.

193 days ago

mine.refactor

NodeJSmithNodeJSmith

Interactive code refactoring with strategy selection, dependency analysis, and incremental verification. Uses AskUserQuestion for naming, scope, and approach decisions throughout.

193 days ago

mine.audit

NodeJSmithNodeJSmith

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.

193 days ago

mine.security-review

NodeJSmithNodeJSmith

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.

193 days ago

mine.interface-design

NodeJSmithNodeJSmith

Craft and consistency for interface design — dashboards, admin panels, apps, tools. Not for marketing sites or landing pages.

193 days ago

mine.eval-repo

NodeJSmithNodeJSmith

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.

194 days ago

mine.backend-patterns

NodeJSmithNodeJSmith

Backend architecture patterns, API design, database optimization, and server-side best practices for Python and FastAPI.

193 days ago

mine.ship

NodeJSmithNodeJSmith

Commit, push, and create a PR in one step. Combines mine.commit-push and mine.create-pr.

193 days ago

mine.adrs

NodeJSmithNodeJSmith

Create and maintain Architecture Decision Records (ADRs) for significant project decisions. Tracks context, choices, consequences, and alternatives.

193 days ago

mine.research

NodeJSmithNodeJSmith

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.

193 days ago

mine.create-pr

NodeJSmithNodeJSmith

Review branch changes and create a PR on GitHub or Azure DevOps

194 days ago

mine.bare-repo

NodeJSmithNodeJSmith

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.

193 days ago

mine.mutation-test

NodeJSmithNodeJSmith

Mutation testing — intentionally break code to verify tests catch real bugs. Claude-driven, no framework needed.

193 days ago

mine.python-testing

NodeJSmithNodeJSmith

Python testing strategies using pytest, TDD methodology, fixtures, mocking, parametrization, and coverage requirements.

193 days ago

mine.python-patterns

NodeJSmithNodeJSmith

Pythonic idioms, PEP 8 standards, type hints, and best practices for building robust, efficient, and maintainable Python applications.

193 days ago

mine.worktree

NodeJSmithNodeJSmith

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.

193 days ago