Agent Skillsdotnet/skills › agentic-workflows

agentic-workflows

GitHub

作为路由器,将GitHub Agentic Workflows的设计、创建、更新、调试或升级请求分发至对应的提示词文件。通过识别任务类型加载匹配的技能文件,支持仓库覆盖指令,确保精准执行工作流相关操作。

.github/skills/agentic-workflows/SKILL.md dotnet/skills

Trigger Scenarios

用户请求设计Agentic Workflows 用户请求创建新的Agentic Workflow 用户请求调试或排查Workflow问题

Install

npx skills add dotnet/skills --skill agentic-workflows -g -y
More Options

Non-standard path

npx skills add https://github.com/dotnet/skills/tree/main/.github/skills/agentic-workflows -g -y

Use without installing

npx skills use dotnet/skills@agentic-workflows

指定 Agent (Claude Code)

npx skills add dotnet/skills --skill agentic-workflows -a claude-code -g -y

安装 repo 全部 skill

npx skills add dotnet/skills --all -g -y

预览 repo 内 skill

npx skills add dotnet/skills --list

SKILL.md

Frontmatter
{
    "name": "agentic-workflows",
    "description": "Route gh-aw workflow design\/create\/debug\/upgrade requests to the right prompts."
}

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/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
  • 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 or skill.

Version History

  • 5354047 Current 2026-07-23 12:05

    升级gh-aw运行时,修复陈旧PR清理的分页问题以包含所有结果页和草稿PR,固定Copilot设置检出操作,并在陈旧PR搜索结果中包含截止日期。

  • ce75c35 2026-07-06 00:28

Same Skill Collection

.agents/skills/create-custom-agent/SKILL.md
.agents/skills/create-skill-test/SKILL.md
.agents/skills/create-skill/SKILL.md
.agents/skills/improve-skill-quality/SKILL.md
eng/skill-validator/tests/fixtures/sample-skill/SKILL.md
plugins/dotnet-advanced/skills/csharp-scripts/SKILL.md
plugins/dotnet-advanced/skills/nuget-trusted-publishing/SKILL.md
plugins/dotnet-aspnetcore/skills/configuring-opentelemetry-dotnet/SKILL.md
plugins/dotnet-aspnetcore/skills/dotnet-webapi/SKILL.md
plugins/dotnet-aspnetcore/skills/minimal-api-file-upload/SKILL.md
plugins/dotnet-blazor/skills/create-blazor-project/SKILL.md
plugins/dotnet-blazor/skills/fetch-and-send-data/SKILL.md
plugins/dotnet-blazor/skills/support-prerendering/SKILL.md
plugins/dotnet-blazor/skills/use-js-interop/SKILL.md
plugins/dotnet-data/skills/optimizing-ef-core-queries/SKILL.md
plugins/dotnet-diag/skills/analyzing-dotnet-performance/SKILL.md
plugins/dotnet-diag/skills/clr-activation-debugging/SKILL.md
plugins/dotnet-diag/skills/dotnet-trace-collect/SKILL.md
plugins/dotnet-diag/skills/dump-collect/SKILL.md
plugins/dotnet-experimental/skills/exp-mock-usage-analysis/SKILL.md
plugins/dotnet-experimental/skills/exp-simd-vectorization/SKILL.md
plugins/dotnet-msbuild/skills/binlog-failure-analysis/SKILL.md
plugins/dotnet-msbuild/skills/copy-to-output-directory/SKILL.md
plugins/dotnet-msbuild/skills/msbuild-server/SKILL.md
plugins/dotnet-msbuild/skills/resolve-project-references/SKILL.md
plugins/dotnet-test-migration/skills/migrate-xunit-to-mstest/SKILL.md
plugins/dotnet-test-migration/skills/migrate-xunit-to-xunit-v3/SKILL.md
plugins/dotnet-test/skills/code-testing-extensions/SKILL.md
plugins/dotnet-test/skills/filter-syntax/SKILL.md
plugins/dotnet-test/skills/find-untested-sources/SKILL.md
plugins/dotnet-test/skills/platform-detection/SKILL.md
plugins/dotnet-upgrade/skills/dotnet-aot-compat/SKILL.md
.agents/skills/authoring-github-workflows/SKILL.md
plugins/dotnet-advanced/skills/dotnet-pinvoke/SKILL.md
plugins/dotnet-ai/skills/mcp-csharp-create/SKILL.md
plugins/dotnet-ai/skills/mcp-csharp-debug/SKILL.md
plugins/dotnet-ai/skills/mcp-csharp-test/SKILL.md
plugins/dotnet-ai/skills/technology-selection/SKILL.md
plugins/dotnet-aspnetcore/skills/convert-blazor-server-to-webapp/SKILL.md
plugins/dotnet-blazor/skills/author-component/SKILL.md
plugins/dotnet-blazor/skills/collect-user-input/SKILL.md
plugins/dotnet-blazor/skills/configure-auth/SKILL.md
plugins/dotnet-blazor/skills/coordinate-components/SKILL.md
plugins/dotnet-blazor/skills/plan-ui-change/SKILL.md
plugins/dotnet-data/skills/create-datadriven-aspnetcore/SKILL.md
plugins/dotnet-diag/skills/android-tombstone-symbolication/SKILL.md
plugins/dotnet-diag/skills/apple-crash-symbolication/SKILL.md
plugins/dotnet-diag/skills/microbenchmarking/SKILL.md
plugins/dotnet-experimental/skills/exp-test-maintainability/SKILL.md

Metadata

Files
0
Version
2124a6e
Hash
076b622c
Indexed
2026-07-06 00:28

Главная - Вики-сайт
Copyright © 2011-2026 iteam. Current version is 2.155.2. UTC+08:00, 2026-08-04 12:55
浙ICP备14020137号-1 $Гость$