用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/github/gh-aw --skill sergo-examples命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
| name | sergo-examples |
| description | Optional Sergo examples for cache formats and reporting templates. |
Use this skill only when Sergo needs concrete format examples.
{
"last_updated": "2026-01-15T12:00:00Z",
"tools": [
{"name": "tool-name-1", "description": "..."},
{"name": "tool-name-2", "description": "..."}
]
}
{"date": "2026-01-14", "strategy": "symbol-analysis", "tools": ["find-symbol", "get-definition"], "findings": 3, "tasks_created": 2, "success_score": 8}
{"date": "2026-01-13", "strategy": "type-inspection", "tools": ["get-hover", "get-type"], "findings": 5, "tasks_created": 3, "success_score": 9}
### Task [N]: [Short Title]
**Issue Type**: [Symbol Analysis / Type Inspection / etc.]
**Problem**: [Clear description]
**Location(s)**: [file paths and line references]
**Impact**: Severity, affected files, risk
**Recommendation**: [Specific fix]
**Validation**: Existing tests, Serena verification, related-pattern check, docs if needed
**Estimated Effort**: [Small/Medium/Large]
Follow the reporting skill (headers ###+, <details> for long sections):
### 🔬 Sergo Report: [Strategy Name]
**Date**: [YYYY-MM-DD]
**Strategy**: [Name]
**Success Score**: [X/10]
### Executive Summary
### 🛠️ Serena Tools Update
### 📊 Strategy Selection
### 🔍 Analysis Execution
<details>
<summary><b>📋 Detailed Findings</b></summary>
</details>
### ✅ Improvement Tasks Generated
### 📈 Success Metrics
<details>
<summary><b>📊 Historical Context</b></summary>
</details>
### 🎯 Recommendations
### 🔄 Next Run Preview
GitHub Agentic Workflows (`gh-aw`) is a GitHub CLI extension for writing Agentic Workflows in markdown and compiling them to GitHub Actions.
Operate safely and efficiently inside a gh-aw workflow with a restricted tools/bash allowlist, and correctly triage tool-denial events before they exhaust the session's denial budget.
Route gh-aw workflow design/create/debug/upgrade requests to the right prompts.