# Agentic Workflows > Enruta las solicitudes de diseño, creación, depuración o actualización de workflows de gh-aw (GitHub Agentic Workflows) al prompt correcto. Fuente: https://skillsagentes.com/skills/cli/cli/agentic-workflows Markdown: https://skillsagentes.com/skills/cli/cli/agentic-workflows.md Repositorio: https://github.com/cli/cli Autor: cli Licencia: MIT Actualizado: el mes pasado Coste de contexto: 20 tok instalada, 1k tok al activarse, 1k tok con todos los archivos del bundle Bundle: 1 archivo, 4 KB Permisos que pide: ninguno declarado ## Instalación Un skill son archivos markdown: los mismos archivos valen para cualquier agente y lo único que cambia es el directorio de destino, es decir la bandera `--agent`. Añade `-g` para instalarlo en todos los proyectos de la máquina. ```bash # Claude Code npx -y skills add cli/cli --skill agentic-workflows --agent claude-code # Cursor npx -y skills add cli/cli --skill agentic-workflows --agent cursor # Codex npx -y skills add cli/cli --skill agentic-workflows --agent codex # Gemini CLI npx -y skills add cli/cli --skill agentic-workflows --agent gemini # Windsurf npx -y skills add cli/cli --skill agentic-workflows --agent windsurf # Cline npx -y skills add cli/cli --skill agentic-workflows --agent cline ``` ## Qué hace - Actúa como despachador: identifica el tipo de tarea (diseñar, crear, actualizar, depurar, mejorar) y carga el prompt/skill correspondiente - Carga los archivos de prompts desde el repositorio github/gh-aw, que no están disponibles localmente - Carga un overlay de instrucciones del repositorio (.github/aw/instructions.md) si existe, con precedencia sobre los valores por defecto - Carga también skills/otel-queries/SKILL.md cuando la tarea involucra OTEL, OTLP, trazas u observabilidad ## Cuándo usarla - El usuario pide diseñar, crear, actualizar, depurar o mejorar GitHub Agentic Workflows en este repositorio ## Qué la activa - "Diseña un nuevo workflow agentic para revisar PRs" - "Depura por qué falla este GitHub Agentic Workflow" ## Antes de instalar - Los archivos de prompts referenciados viven en el repo github/gh-aw y no están disponibles localmente. ## Archivos - SKILL.md — 4 KB ## SKILL.md Reproducido tal cual desde cli/cli bajo MIT. Esta sección es el documento original y está en inglés. # Agentic Workflows Router Use this skill when a user asks to design, create, update, debug, or upgrade GitHub Agentic Workflows in this repository. This skill is a dispatcher: identify the task type, load the matching workflow prompt/skill file, and follow it directly. Keep responses concise and ask a clarifying question if the correct prompt is unclear. Repository overlay (optional): - If `.github/aw/instructions.md` exists, load it with `@.github/aw/instructions.md` after loading the matched prompt/skill. - Precedence: repository overlay instructions override upstream defaults when they conflict. Read only the files you need: Load these files from `github/gh-aw` (they are not available locally). - `.github/aw/action-container-substitutions.md` - `.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/configure-agentic-engine.md` - `.github/aw/context.md` - `.github/aw/create-agentic-workflow-trigger-details.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/designer.md` - `.github/aw/evals.md` - `.github/aw/experiments.md` - `.github/aw/github-agentic-workflows.md` - `.github/aw/github-mcp-server.md` - `.github/aw/instructions.md` - `.github/aw/llms.md` - `.github/aw/loop.md` - `.github/aw/lsp.md` - `.github/aw/mcp-clis.md` - `.github/aw/memory-stateful-patterns.md` - `.github/aw/memory.md` - `.github/aw/messages.md` - `.github/aw/multi-agent-research.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` After loading the matching workflow prompt or skill, follow it directly: - Design workflows from scratch via interview: `.github/aw/designer.md` - Create new workflows: `.github/aw/create-agentic-workflow.md` - Configure or add declarative engines: `.github/aw/configure-agentic-engine.md` - Update existing workflows: `.github/aw/update-agentic-workflow.md` - Debug, audit, or investigate workflows: `.github/aw/debug-agentic-workflow.md` - Upgrade workflows and fix deprecations: `.github/aw/upgrade-agentic-workflows.md` - Create shared components or MCP wrappers: `.github/aw/create-shared-agentic-workflow.md` - Create report-generating workflows: `.github/aw/report.md` - Fix Dependabot manifest PRs: `.github/aw/dependabot.md` - Analyze coverage workflows: `.github/aw/test-coverage.md` - Render compact markdown charts: `.github/aw/asciicharts.md` - Map CLI commands to MCP usage: `.github/aw/cli-commands.md` - Choose workflow architecture and patterns: `.github/aw/patterns.md` - Optimize token usage and cost: `.github/aw/token-optimization.md` - Design long-running multi-agent research workflows: `.github/aw/multi-agent-research.md` When the task involves OTEL, OTLP, traces, observability backends, or telemetry-driven analysis, also read and follow `skills/otel-queries/SKILL.md` after loading the matching workflow prompt or skill. ## Dónde encaja - Categoría: [DevOps e infraestructura](https://skillsagentes.com/categorias/devops-infraestructura.md) — Despliegues, contenedores, IaC y flujos de gestión de incidentes. - Creador: [cli](https://skillsagentes.com/creators/cli.md) — 6 skills en el directorio - [Todas las skills](https://skillsagentes.com/skills.md) - [Ranking de instalaciones](https://skillsagentes.com/ranking.md) ## Otras skills del mismo repositorio - [Gh](https://skillsagentes.com/skills/cli/cli/gh.md): Patrones para invocar GitHub CLI (gh) desde agentes: salida estructurada, paginación, selección de repo, search vs. list, y el fallback a gh api. - [Dependabot Triager](https://skillsagentes.com/skills/cli/cli/dependabot-triager.md): Evalúa un PR abierto de Dependabot y publica una recomendación (Merge / Review / Do not merge) con nivel de confianza, basada en los cambios reales upstream. Solo asesora, nunca fusiona ni aprueba. - [Code Review](https://skillsagentes.com/skills/cli/cli/code-review.md): Revisa pull requests de GitHub CLI (gh) contra las convenciones del código base. - [Tech Debt Burndown](https://skillsagentes.com/skills/cli/cli/tech-debt-burndown.md): Paga una pequeña deuda técnica del código de GitHub CLI por corrida y abre un pull request listo para revisar. Pensado para correr desatendido en un cronograma; nunca fusiona ni amplía el alcance. - [Gh Skill](https://skillsagentes.com/skills/cli/cli/gh-skill.md): Gestiona Agent Skills con 'gh skill': descubre, previsualiza, instala, actualiza y publica skills para que un agente mantenga sincronizado su propio conjunto de habilidades. --- Skills Agentes · [Índice de páginas en markdown](https://skillsagentes.com/sitemap.md) · [Inicio](https://skillsagentes.com/index.md)