Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 21 additions & 11 deletions .github/skills/sergo-examples/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,21 +40,31 @@ Use this skill only when Sergo needs concrete format examples.

## Example: discussion structure

Follow the `reporting` skill (headers `###`+, `<details>` for long sections):

```markdown
# 🔬 Sergo Report: [Strategy Name]
### 🔬 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
### 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
```
8 changes: 5 additions & 3 deletions .github/workflows/cli-consistency-checker.lock.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions .github/workflows/cli-consistency-checker.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ network:
allowed: [defaults]
imports:
- shared/otlp.md
- shared/reporting.md
tools:
bash:
- "*"
Expand Down
8 changes: 5 additions & 3 deletions .github/workflows/daily-vulnhunter-scan.lock.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions .github/workflows/daily-vulnhunter-scan.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ network:
- github
imports:
- shared/otlp.md
- shared/reporting.md
evals:
- id: scan_completed
question: Did the agent download the prepared VulnHunter bundle artifact, load the vulnhunt skill instructions, and scan the pre-ranked candidate files?
Expand Down
Loading