claudeindex
Plugin

ticket

Jira ticket lifecycle for JRC Brasil projects, integrated with Git — create issues/sub-issues, branches, and close with an auto-generated summary. Commands: /ticket start, /ticket split, /ticket close, /ticket status. Project is detected per-repo via a `.jira-project` file (PROJECT/BOARD/BRANCH_PREFIX, optional BASE_BRANCH) — no hardcoded project. Prefers `acli` (Jira CLI) + the atlassian MCP. v1.0.0: initial packaging of the local skill, capturing two production-proven lessons — (1) transitions are PROJECT-SPECIFIC, not universal: discover them with `getTransitionsForJiraIssue` and transition by id; RS goes Em andamento→Aprovação→Finished while SQ goes Em andamento→Concluído (transition id 31, no Aprovação), and `acli --status` matches the DESTINATION STATUS name — `--status "Concluído"` works, while the transition name "Itens concluídos" fails (MCP transition-by-id stays a robust alternative; corrected in v1.0.1); (2) the base branch is project-specific (new optional `BASE_BRANCH`, default = repo's detected default branch) — do NOT assume `develop` (SQ/sales_quote uses `main`). Triggers — ticket, /ticket, Jira, criar issue, abrir ticket, fechar ticket, sub-issue, branch da issue, transição Jira, No allowed transitions found, story points, sprint, acli, projeto SQ, projeto RS.

Installation

1

Add the marketplace

/plugin marketplace add j0ruge/skills_commands_manager
2

Install plugins

/plugin

Run these commands in Claude Code to add this plugin to your environment. The marketplace must be added before you can install its plugins.