Habilidades jira-automation
📋

jira-automation

Seguro

Automate Jira Tasks with Claude

Automate Jira issue creation, project management, sprint workflows, and team collaboration directly from Claude using Rube MCP integration.

Suporta: Claude Codex Code(CC)
🥉 75 Bronze
1

Baixar o ZIP da skill

2

Upload no Claude

Vá em Configurações → Capacidades → Skills → Upload skill

3

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

Seguro
v1 • 2/25/2026

All 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.

1
Arquivos analisados
191
Linhas analisadas
0
achados
1
Total de auditorias
Nenhum problema de segurança encontrado
Auditado por: claude

Pontuação de qualidade

38
Arquitetura
100
Manutenibilidade
87
Conteúdo
50
Comunidade
100
Segurança
100
Conformidade com especificações

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

Find My Issues
Search Jira for all issues assigned to me in project [PROJECT_KEY] that are in progress. Show the issue keys, summaries, and priority.
Create Bug Report
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.
Sprint Status
List all active sprints for board [BOARD_ID]. Show sprint name, status, start date, and end date. Also list issues in each sprint.
Add Contextual Comment
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

Perguntas Frequentes

What is Rube MCP?
Rube MCP is a Model Context Protocol server by Composio that provides integration with various tools including Jira. It enables Claude to interact with Jira through standardized tool calls.
Do I need Jira API keys?
No. Rube MCP handles authentication through OAuth with your Jira account. You connect via the RUBE_MANAGE_CONNECTIONS tool which provides an OAuth flow.
Why do I need to search for tools first?
Tool schemas can change as Rube MCP updates. Calling RUBE_SEARCH_TOOLS ensures you have the current parameter definitions and tool names.
Can I use this with Jira Server or Jira Data Center?
This skill is designed for Jira Cloud. Jira Server/Data Center may work but certain APIs and features may differ.
How do I find the correct account ID for a user?
Use JIRA_FIND_USERS or JIRA_GET_ALL_USERS to search for users. The results include account IDs which are required for assignment and mention operations.
What is JQL and do I need to learn it?
JQL is Jira Query Language for searching issues. Basic queries like 'project = PROJ AND status = "In Progress"' are covered in the skill documentation. You do not need to be an expert.

Detalhes do Desenvolvedor

Estrutura de arquivos

📄 SKILL.md