Work On banner
gnodet gnodet

Work On

Git community

Description

Work on a JIRA issue end-to-end: from investigation to PR creation. The JIRA issue key must be provided as "$ARGUMENTS" (e.g., `CAMEL-12345`). If not provided, abort with a clear message. ## Phase 1: Claim the Issue ### 1.1 Fetch Issue Details - Fetch the JIRA issue using `curl` with Bearer token auth (`$JIRA_TOKEN`): ``` curl -s -H "Authorization: Bearer $JIRA_TOKEN" "https://issues.apache.org/jira/rest/api/2/issue/CAMEL-XXXXX" ``` - Display: summary, description, component(s), reporte

Installation

Installs to ~/.claude/skills/gnodet-claude-code-commands-work-on/SKILL.md

Terminal
mkdir -p ~/.claude/skills/gnodet-claude-code-commands-work-on && curl -fsSL https://raw.githubusercontent.com/gnodet/claude-code-commands/HEAD/commands/work-on.md -o ~/.claude/skills/gnodet-claude-code-commands-work-on/SKILL.md

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

Full documentation available on GitHub

View Source Repository