sergo-examples
$
npx mdskill add github/gh-aw/sergo-examplesProvides concrete format examples for cache data and reports
- Solves uncertainty when agents need specific output structures
- Depends on Sergo's internal reporting logic and tool schemas
- Decides content by matching request context to known templates
- Delivers ready-to-use JSON or markdown snippets for immediate adoption
SKILL.md
.github/skills/sergo-examplesView on GitHub ↗
---
name: sergo-examples
description: Optional Sergo examples for cache formats and reporting templates.
---
Use this skill only when Sergo needs concrete format examples.
## Example: cached tools snapshot
```json
{
"last_updated": "2026-01-15T12:00:00Z",
"tools": [
{"name": "tool-name-1", "description": "..."},
{"name": "tool-name-2", "description": "..."}
]
}
```
## Example: strategy history entries
```json
{"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}
```
## Example: task template
```markdown
### 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]
```
## Example: discussion structure
```markdown
# 🔬 Sergo Report: [Strategy Name]
**Date**: [YYYY-MM-DD]
**Strategy**: [Name]
**Success Score**: [X/10]
## Executive Summary
## 🛠️ Serena Tools Update
## 📊 Strategy Selection
## 🔍 Analysis Execution
## 📋 Detailed Findings
## ✅ Improvement Tasks Generated
## 📈 Success Metrics
## 📊 Historical Context
## 🎯 Recommendations
## 🔄 Next Run Preview
```
More from github/gh-aw
- agentic-workflow-designerConversational skill that interviews users to design new agentic workflows
- agentic-workflowsRoute gh-aw workflow design/create/debug/upgrade requests to the right prompts.
- awf-release-integratorUpgrade gh-aw to latest gh-aw-firewall release and identify follow-up spec tasks.
- checkout-credential-reviewReview code that performs git or gh operations against repository checkouts in gh-aw, checking that the right credentials are available at the right time and that sparseness, shallowness and credential-free factors are properly considered.
- console-renderingUse Go struct tags to render styled terminal output in gh-aw.
- copilot-reviewTeach Copilot how to plan, address, and respond to pull request review feedback.
- custom-agentsDefine and validate GitHub custom agent files, prompts, and examples.
- debugging-workflowsDebug gh-aw workflows using run logs, audits, and failure triage.
- developerCore developer rules and coding conventions for gh-aw changes.
- Dictation InstructionsInstructions for fixing speech-to-text errors and improving text quality in gh-aw documentation and workflows