jira-automation
Automate Jira Tasks with Claude
Automate Jira issue creation, project management, sprint workflows, and team collaboration directly from Claude using Rube MCP integration.
Baixar o ZIP da skill
Upload no Claude
Vá em Configurações → Capacidades → Skills → Upload skill
Ative e comece a usar
Testar
A utilizar "jira-automation". Search for my in-progress issues in project PROJ
Resultado esperado:
Found 3 issues:
1. PROJ-123 - Fix login button alignment
Priority: High | Status: In Progress
2. PROJ-127 - Update API documentation
Priority: Medium | Status: In Progress
3. PROJ-131 - Review pull request #45
Priority: High | Status: In Progress
A utilizar "jira-automation". Create a new task in project PROJ for fixing the dashboard loading issue
Resultado esperado:
Successfully created PROJ-142:
- Type: Task
- Title: Fix dashboard loading issue
- Status: Open
- Project: PROJ
You can view it at: https://your-domain.atlassian.net/browse/PROJ-142
Auditoria de Segurança
SeguroAll 72 static findings are false positives. The skill is a markdown documentation file (SKILL.md) containing tool descriptions and parameters for Jira automation via Rube MCP. The detected patterns (backtick execution, URLs, cryptographic algorithms) are markdown formatting syntax and legitimate setup references, not executable code or security vulnerabilities.
Pontuação de qualidade
O Que Você Pode Construir
Daily Standup Preparation
Automatically fetch sprint issues, identify blockers, and summarize team progress for daily standups.
Issue Triage and Creation
Quickly search existing issues, create new bugs or tasks, and assign them to appropriate team members.
Sprint Planning Assistance
List boards, sprints, and backlog items to help plan sprint assignments and capacity.
Tente Estes Prompts
Search Jira for all issues assigned to me in project [PROJECT_KEY] that are in progress. Show the issue keys, summaries, and priority.
Create a new bug in project [PROJECT_KEY] with title '[BUG_TITLE]' and description '[BUG_DESCRIPTION]'. Assign it to [ACCOUNT_ID] and set priority to High.
List all active sprints for board [BOARD_ID]. Show sprint name, status, start date, and end date. Also list issues in each sprint.
Add a comment to issue [ISSUE_KEY] with the following: '[COMMENT_BODY]'. Use Atlassian Document Format for any formatting.
Melhores Práticas
- Always call RUBE_SEARCH_TOOLS first to get current tool schemas as they may change
- Verify Jira connection status is ACTIVE before running any workflows
- Use JIRA_GET_FIELDS to discover exact field IDs for custom fields
- Check pagination parameters when working with large result sets
Evitar
- Assuming field names are consistent across projects without checking JIRA_GET_FIELDS
- Using display names or email addresses instead of account IDs for user operations
- Skipping the connection verification step and failing mid-workflow
- Ignoring pagination when fetching large lists of issues or projects