microsoft/ai-engineering-coach · Archived

agentic-workflows

Route gh-aw workflow create/debug/upgrade requests to the right prompts.

First seen Aug 15, 2026

Installation

$ npx skills add microsoft/ai-engineering-coach --skill agentic-workflows

Stronger alternatives

This repository is archived — consider an actively maintained alternative.

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 3.8K
License LICENSE
Default branch main
Open issues 29
Status Archived

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,658 B
  • docs SUMMARY.md 97 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 2 installs

SKILL.md

Agentic Workflows Router

Use this skill when a user asks to create, update, debug, or upgrade GitHub Agentic Workflows in this repository.

This skill is a dispatcher: identify the task type, load the matching .github/aw/*.md file, and follow it directly. Keep responses concise and ask a clarifying question if the correct prompt is unclear.

Read only the files you need: Load these files from github/gh-aw (they are not available locally).

After loading the matching workflow prompt, follow it directly:

  • Create new workflows: .github/aw/create-agentic-workflow.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

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.