Routeur Agentic Workflows
Utilisez cette skill quand un utilisateur demande de concevoir, créer, mettre à jour, déboguer ou upgrader des Agentic Workflows GitHub dans ce repository.
Cette skill est un dispatcher : identifiez le type de tâche, chargez le fichier prompt/skill correspondant, et suivez-le directement. Gardez les réponses concises et posez une question de clarification si le bon prompt n'est pas évident.
Lisez uniquement les fichiers nécessaires :
Chargez ces fichiers depuis github/gh-aw (ils ne sont pas disponibles localement).
-
.github/aw/agentic-chat.md -
.github/aw/agentic-workflows-mcp.md -
.github/aw/asciicharts.md -
.github/aw/campaign.md -
.github/aw/charts-trending.md -
.github/aw/charts.md -
.github/aw/cli-commands.md -
.github/aw/context.md -
.github/aw/create-agentic-workflow.md -
.github/aw/create-shared-agentic-workflow.md -
.github/aw/debug-agentic-workflow.md -
.github/aw/dependabot.md -
.github/aw/deployment-status.md -
.github/aw/experiments.md -
.github/aw/github-agentic-workflows.md -
.github/aw/github-mcp-server.md -
.github/aw/llms.md -
.github/aw/mcp-clis.md -
.github/aw/memory.md -
.github/aw/messages.md -
.github/aw/network.md -
.github/aw/optimize-agentic-workflow.md -
.github/aw/patterns.md -
.github/aw/pr-reviewer.md -
.github/aw/report.md -
.github/aw/reuse.md -
.github/aw/safe-outputs-automation.md -
.github/aw/safe-outputs-content.md -
.github/aw/safe-outputs-management.md -
.github/aw/safe-outputs-runtime.md -
.github/aw/safe-outputs.md -
.github/aw/serena-tool.md -
.github/aw/shared-safe-jobs.md -
.github/aw/skills.md -
.github/aw/subagents.md -
.github/aw/syntax-agentic.md -
.github/aw/syntax-core.md -
.github/aw/syntax-tools-imports.md -
.github/aw/syntax.md -
.github/aw/test-coverage.md -
.github/aw/test-expression.md -
.github/aw/token-optimization.md -
.github/aw/triggers.md -
.github/aw/update-agentic-workflow.md -
.github/aw/upgrade-agentic-workflows.md -
.github/aw/visual-regression.md -
.github/aw/workflow-constraints.md -
.github/aw/workflow-editing.md -
.github/aw/workflow-patterns.md -
.github/skills/agentic-workflow-designer/SKILL.md
Après avoir chargé le prompt ou la skill correspondant(e), suivez-le(la) directement :
- Concevoir des workflows de zéro via entretien :
skills/agentic-workflow-designer/SKILL.md - Créer de nouveaux workflows :
.github/aw/create-agentic-workflow.md - Mettre à jour des workflows existants :
.github/aw/update-agentic-workflow.md - Déboguer, auditer ou investiguer des workflows :
.github/aw/debug-agentic-workflow.md - Upgrader des workflows et corriger les déprécations :
.github/aw/upgrade-agentic-workflows.md - Créer des composants partagés ou des wrappers MCP :
.github/aw/create-shared-agentic-workflow.md - Créer des workflows de génération de rapports :
.github/aw/report.md - Corriger les PRs de manifeste Dependabot :
.github/aw/dependabot.md - Analyser les workflows de coverage :
.github/aw/test-coverage.md - Renderer des graphiques markdown compacts :
.github/aw/asciicharts.md - Mapper les commandes CLI à l'utilisation MCP :
.github/aw/cli-commands.md - Choisir l'architecture et les patterns du workflow :
.github/aw/patterns.md - Optimiser l'utilisation des tokens et les coûts :
.github/aw/token-optimization.md
Quand la tâche implique OTEL, OTLP, des traces, des backends d'observabilité ou une analyse pilotée par la télémétrie, lisez et suivez également skills/otel-queries/SKILL.md après avoir chargé le prompt ou la skill correspondant(e).