Mine Issues banner
NodeJSmith NodeJSmith

Mine Issues

Git community

Description

--- description: Deep-dive issues by key, inferring one from the branch name if none are given. --- # Issues Command Deep-dive specific issues by key. If no keys are given, infer one from the current branch name, or ask. Works with whatever issue tracker Claude has tools for, signaled by the `$ISSUE_TRACKER` env var. ## Arguments $ARGUMENTS — zero or more issue keys, in whatever format the configured tracker uses (e.g. `123 456` for a numeric tracker, `PROJ-123 PROJ-456` for a project-prefix

Installation

Installs to ~/.claude/skills/nodejsmith-claudefiles-mine-issues/SKILL.md

Terminal
mkdir -p ~/.claude/skills/nodejsmith-claudefiles-mine-issues && curl -fsSL https://raw.githubusercontent.com/NodeJSmith/Claudefiles/HEAD/commands/mine-issues.md -o ~/.claude/skills/nodejsmith-claudefiles-mine-issues/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository