solo-retro
Post-pipeline retrospective — parse logs, score process quality, find waste patterns, suggest skill/script patches. Use after pipeline completes or when user says "retro", "evaluate pipeline", "what went wrong", "pipeline review", "check pipeline logs".
Why use this skill?
Audit your OpenClaw agent workflows with solo-retro. Parse pipeline logs, identify process bottlenecks, and get actionable patches to improve your project automation quality.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/fortunto2/solo-retroWhat This Skill Does
The solo-retro skill serves as the formal post-mortem engine for OpenClaw AI agent pipelines. It is designed to act as an objective auditor that reviews the efficiency and output of automated workflows. Rather than focusing on simple code syntax, solo-retro focuses on 'process quality'—identifying where the agent spent time, why certain steps failed, and how to improve the overall agent trajectory. By parsing pipeline logs, iteration logs, and project metadata, it provides a structured feedback loop, turning failed or inefficient tasks into actionable configuration patches.
Installation
To integrate this auditing capability into your OpenClaw environment, execute the following command in your terminal:
clawhub install openclaw/skills/skills/fortunto2/solo-retro
Ensure your project contains the standard .solo/pipelines/ directory structure so the skill can locate necessary logs and status files.
Use Cases
- Pipeline Post-Mortem: Immediately after a long-running task completes, run
solo-retroto identify if the agent took 'scenic routes' or got stuck in inefficient loops. - Optimization Audits: Run the skill periodically to analyze recurring failure patterns in your development process, such as consistent test failures or CI bottlenecks.
- Fallback Diagnostics: Use it on legacy projects lacking pipeline logs to gain insights via git history, file structure analysis, and code quality heuristics.
- Knowledge Transfer: Generate a summary of 'what went wrong' to update your
CLAUDE.mddocumentation, ensuring the agent learns from past mistakes.
Example Prompts
- "The pipeline finished, but it felt slow. Can you run a /retro and tell me where the waste was?"
- "/retro - Analyze the last pipeline run and suggest patches for my build scripts."
- "What went wrong during the last migration? Please evaluate the pipeline logs and identify recurring error patterns."
Tips & Limitations
- Self-Containment: This skill is strictly self-contained. It will not delegate to other agents, ensuring a focused and consistent analysis. Do not expect it to perform actual code changes; it is an analytical engine that provides recommendations.
- Artifact Requirements: The quality of the retro depends on the availability of logs. If you are starting a new project, ensure your environment maintains the
.solodirectory structure for the best results. - Fallback Mode: If logs are missing, the skill switches to high-level repository analysis (Git history and code metrics). This is less granular but still excellent for assessing project health.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-fortunto2-solo-retro": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-read
Related Skills
solo-swarm
Launch 3 parallel research agents (market, users, tech) to investigate an idea from multiple angles simultaneously. Use when user says "swarm research", "parallel research", "investigate fast", "3 agents", "team research", or wants faster alternative to /research. Produces research.md. Do NOT use for solo research (use /research) or idea scoring (use /validate).
solo-build
Execute implementation plan tasks with TDD workflow, auto-commit, and phase gates. Use when user says "build it", "start building", "execute plan", "implement tasks", "ship it", or references a track ID. Do NOT use for planning (use /plan) or scaffolding (use /scaffold).
solo-metrics-track
Set up PostHog metrics plan with event funnel, KPI benchmarks, and kill/iterate/scale decision thresholds. Use when user says "set up metrics", "track KPIs", "PostHog events", "funnel analysis", "when to kill or scale", or "success metrics". Do NOT use for SEO metrics (use /seo-audit).
solo-audit
Health check knowledge base for broken links, missing frontmatter, tag inconsistencies, and coverage gaps. Use when user says "audit KB", "check frontmatter", "find broken links", "tag cleanup", or "knowledge base quality". Do NOT use for SEO audits (use /seo-audit) or code reviews.
solo-seo-audit
SEO health check for any URL — analyzes meta tags, OG, JSON-LD, sitemap, robots.txt, SERP positions, and scores 0-100. Use when user says "check SEO", "audit this page", "SEO score", "check meta tags", or "SERP position". Do NOT use for generating landing content (use /landing-gen) or social media posts (use /content-gen).