sergo-examples

Provides example formats for Sergo cache snapshots, strategy history, tasks, and reports.

5.1k|530|Updated Aug 12, 2025
One-click install
npx skills add https://github.com/github/gh-aw --skill sergo-examples
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sergo-examples
Source: https://github.com/github/gh-aw/tree/main/.github/skills/sergo-examples
Command: npx skills add https://github.com/github/gh-aw --skill sergo-examples

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

When running Sergo analysis workflows, agents often lack concrete reference formats for cache files, strategy history logs, task templates, and discussion reports, leading to inconsistent output structures.

Core Features & Use Cases

  • Cache Format Examples: Provides a JSON template for cached tools snapshots with timestamps and tool descriptions.
  • Strategy History Examples: Shows JSONL entries recording daily strategies, tools used, findings, and success scores.
  • Task and Report Templates: Supplies Markdown templates for improvement tasks and structured discussion reports with collapsible sections.
  • Use Case: When Sergo needs to write a strategy history entry or generate a discussion report, load this skill to copy the exact expected format instead of inventing one.

Quick Start

Ask the agent to show the Sergo example format for a strategy history entry or discussion report before generating one.

Frequently Asked Questions about sergo-examples

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I format a Sergo strategy history entry?

Strategy history entries are JSONL records with date, strategy name, tools used, findings count, tasks created, and a success score. Each line represents one day's run, for example a symbol-analysis strategy with its metrics.

What is the cached tools snapshot format in Sergo?

The cached tools snapshot is a JSON object with a last_updated ISO timestamp and a tools array. Each tool entry contains a name and description field.

When should the sergo-examples skill be loaded?

Load it only when Sergo needs concrete format examples for caches, history logs, task templates, or reports. It is an optional reference skill, not required for every Sergo run.

How should a Sergo discussion report be structured?

Reports follow the reporting skill conventions with level-3 headers, covering executive summary, tools update, strategy selection, analysis execution, findings, tasks, metrics, and recommendations. Long sections use collapsible details blocks.

Does sergo-examples include executable scripts?

No, it contains only Markdown example templates in SKILL.md. There are no scripts, references, or assets directories, so nothing is executed.