Notre avis
Récupère les détails complets d'un ticket Jira (résumé, description, statut, priorité, assigné, etc.) pour comprendre le contexte d'une tâche.
Points forts
- Fournit une vue d'ensemble structurée du ticket (statut, priorité, type) en une seule commande.
- Inclut les dates de création et de mise à jour ainsi que les liens vers les issues liées.
- S'intègre dans un flux de travail de développement piloté par les tickets, facilitant la récupération de contexte avant d'implémenter.
- Prend en charge plusieurs formats de sortie (texte, JSON, markdown) selon les besoins.
Limites
- Nécessite que l'outil 'aide' soit installé et configuré avec les accès Jira appropriés.
- Ne gère pas les commentaires ou l'historique des discussions (une compétence distincte 'ticket-comments' est nécessaire pour cela).
- Dépend de l'API Jira ; peut échouer si le ticket n'est pas accessible ou si les permissions sont insuffisantes.
Utilisez cette compétence lorsque vous avez besoin de voir les détails d'un ticket Jira avant de commencer une tâche, pour comprendre les exigences ou vérifier le statut.
Ne l'utilisez pas pour modifier un ticket, commenter ou changer son statut – d'autres compétences sont dédiées à ces actions.
Analyse de sécurité
SûrThe skill only instructs running a read-only 'aide jira view' command, with no destructive operations, no data exfiltration, and no obfuscation. It uses Bash(aide:*) but only for a specific safe command.
Aucun point d'attention détecté
Exemples
Show me the full details of Jira ticket PROJ-123, including status, priority, and assignee.What is the ticket TASK-456 about? I need to understand the requirements before I start working on it.Load the Jira ticket for our current sprint issue so I can review the acceptance criteria.name: ticket description: View Jira ticket details to understand requirements and context. Use when the user mentions a ticket key, wants to understand a task, needs to load ticket context, or starts work on an issue. allowed-tools: Bash(aide:*)
View Jira Ticket
Fetch detailed information about a Jira ticket to understand requirements and context.
When to Use
- User mentions a ticket key (e.g., "PROJ-123")
- User wants to understand a task's requirements
- User asks "what's this ticket about?"
- User is starting work on an issue
How to Execute
Run:
aide jira view <TICKET-KEY> [--format text|json|markdown]
Output Includes
- Summary and description
- Status, priority, type
- Assignee and reporter
- Labels and components
- Created and updated dates
- Any linked issues
Ticket-Driven Development Workflow
Starting Work on a Ticket
- Load ticket context: Use this skill to fetch full details
- Understand requirements: Review description and acceptance criteria
- Check for blockers: Look for linked issues or dependencies
- Review comments: Use ticket-comments skill for discussion history
During Development
- Reference ticket requirements while coding
- Track progress with comments using ticket-comment skill
- Update description if scope changes using ticket-update skill
- Stay aligned by checking for new comments
Completing Work
- Add summary comment documenting what was implemented
- Reference in commits (e.g., "PROJ-123: Add feature")
- Link PR in closing comment
- Transition status using ticket-transition skill
Best Practices
- Always load ticket context before starting implementation
- Keep the ticket updated as you progress
- Use ticket key in commit messages for traceability
- Check comments for clarifications from stakeholders
Next Steps
After loading ticket:
- Use ticket-comments skill to see discussion history
- Use ticket-update skill to modify fields
- Use ticket-transition skill to change status
Expert Next.js App Router
Developpement
Un skill qui transforme Claude en expert Next.js App Router.
Générateur de README
Developpement
Crée des README.md professionnels et complets pour vos projets.
Rédacteur de Documentation API
Developpement
Génère de la documentation API complète au format OpenAPI/Swagger.