Optional Sergo examples for cache formats and reporting templates.
Scanned 9/1/2026
Install to Claude Code
npx -y skills add githubnext/gh-aw --skill sergo-examples --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Sergo Examples?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/githubnext-sergo-examples)More formats (shields.io, HTML) on the badges page.
---
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
Follow the `reporting` skill (headers `###`+, `<details>` for long sections):
```markdown
### 🔬 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
```
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!