eval-projects
Review evaluation tracking from all ralph loops and their logs, then suggest critical and nice-to-have improvements. Uses loops/ catalog, GENERATED.md, PROGRESS.md, report history, and logs. Use when the user says "eval projects", "evaluate loops", "review ralph loops", "suggest loop improvements", or "analyze project loops".
What this skill does
# Eval Projects — Review Ralph Loops and Suggest Improvements Review the evaluation tracking from all ralph loops and their logs, then produce a report of **critical** and **nice-to-have** improvements for loop structure, skill combinations, tooling, and operations. ## Data sources 1. **GENERATED.md** — List of projects and their loop dirs. Use it to know which `loops/<project>/` entries exist and each project’s Skills used. 2. **loops/** — One subdir per project. In each `loops/<project-name>/` read: - **Loop structure:** `PLAN.md`, `PROMPT.md`, `AGENT.md` (phases, steps, instructions). - **Progress and skill combinations:** `PROGRESS.md` (parse structured entries: `<!-- STEP step_id="..." label="..." skills="..." outcome="..." at="..." -->`), `progress.json`, `status.json`. - **Run output:** `report_*.json`, `report_history_*.jsonl` (iteration, cost, plan_done/plan_pending, exit_code, event), `logs/*.log` when present, `screenshots/` when present. If a project has no `loops/<project>/` yet or files are missing, note it as a gap (no evaluation data). ## What to analyze - **Loop structure:** Phase/step layout, step granularity, ordering vs scaffold DAG, redundant or missing steps. - **Skill combinations:** Which skills run together per step, order across steps, failure hotspots by skill or combination. - **Outcomes:** PASS/FAIL/PARTIAL from PROGRESS.md; success/failure/circuit_breaker/budget_exceeded from report history; no-progress runs. - **Cost and iteration count:** From report_history_*.jsonl (cost_usd, iteration, plan_done, plan_total). - **Logs:** Errors, timeouts, flaky steps, repeated failures in logs. - **Consistency:** Missing or malformed PROGRESS entries, missing report history, loops not updated after runs (stale catalog). ## Output format Produce a single report with two sections. ### Critical improvements Issues that block success, waste budget, or prevent reliable evaluation. Examples: - Steps that consistently FAIL or trigger circuit breaker; suggest split step, different skill order, or dependency fix. - Loop dirs never updated after runs (evaluation data stale or missing). - PROGRESS.md missing structured entries (step_id, skills, outcome, timestamp) so evaluations cannot parse. - Same error repeated across iterations (same_error circuit breaker); suggest root-cause fix. - Cost or iteration blow-up on specific steps or skills; suggest smaller steps or different model. - Missing or broken logs/report files so runs cannot be evaluated. List each with: **Project** (or “all” / “multiple”), **Finding**, **Suggestion**. ### Nice-to-have improvements Improvements that would help quality, observability, or reuse but are not blocking. Examples: - Align PLAN step order with scaffold DAG for a project that diverges. - Add checkpoint steps (e.g. “Validate Phase N”) to narrow failure scope. - Standardize PROGRESS entry format across projects. - Sync loops/ from CI after each run so catalog is always current. - Add screenshots or log excerpts for failed steps to loops/ for debugging. - Skill combinations that often run together: consider documenting as a “pack” in SCAFFOLD.md. - Report history trends: suggest budget or iteration limits per project type. List each with: **Project** (or “all”), **Idea**, **Benefit**. ## Process 1. Read GENERATED.md and list every project that has a **Ralph loop** link (e.g. `loops/<project>/`). 2. For each such project, read `loops/<project-name>/` if it exists. Parse PLAN.md, PROGRESS.md, report_*.json, report_history_*.jsonl, and logs when present. 3. If `loops/<project-name>/` is missing or empty, record that and treat as “no evaluation data” for that project. 4. Aggregate findings across projects: common failure patterns, skill-combo hotspots, structural issues, missing or stale data. 5. Write the report: **Critical improvements** first, then **Nice-to-have improvements**, with clear project scope and actionable suggestions. ## Acceptance criteria - [ ] GENERATED.md and all referenced loops/ dirs were read. - [ ] PROGRESS.md (and report history where present) were used to infer outcomes and skill combinations. - [ ] Report has a **Critical improvements** section and a **Nice-to-have improvements** section. - [ ] Each item has project scope and a concrete suggestion. - [ ] Gaps (missing loop dir, missing files, no runs) are called out.
Related in Data & Analytics
clawarr-suite
IncludedComprehensive management for self-hosted media stacks (Sonarr, Radarr, Lidarr, Readarr, Prowlarr, Bazarr, Overseerr, Plex, Tautulli, SABnzbd, Recyclarr, Unpackerr, Notifiarr, Maintainerr, Kometa, FlareSolverr). Deep library exploration, analytics, dashboard generation, content management, request handling, subtitle management, indexer control, download monitoring, quality profile sync, library cleanup automation, notification routing, collection/overlay management, and media tracker integration (Trakt, Letterboxd, Simkl).
querying-soql
IncludedSOQL query generation, optimization, and analysis with 100-point scoring. Use this skill when the user needs SOQL/SOSL authoring or optimization: natural-language-to-query generation, relationship queries, aggregates, query-plan analysis, and performance or safety improvements for Salesforce queries. TRIGGER when: user writes, optimizes, or debugs SOQL/SOSL queries, touches .soql files, or asks about relationship queries, aggregates, or query performance. DO NOT TRIGGER when: bulk data operations (use handling-sf-data), Apex DML logic (use generating-apex), or report/dashboard queries.
app-store-optimization
IncludedApp Store Optimization (ASO) toolkit for researching keywords, analyzing competitor rankings, generating metadata suggestions, and improving app visibility on Apple App Store and Google Play Store. Use when the user asks about ASO, app store rankings, app metadata, app titles and descriptions, app store listings, app visibility, or mobile app marketing on iOS or Android. Supports keyword research and scoring, competitor keyword analysis, metadata optimization, A/B test planning, launch checklists, and tracking ranking changes.
habit-flow
IncludedAI-powered atomic habit tracker with natural language logging, streak tracking, smart reminders, and coaching. Use for creating habits, logging completions naturally ("I meditated today"), viewing progress, and getting personalized coaching.
app-store-optimization
IncludedApp Store Optimization (ASO) toolkit for researching keywords, analyzing competitor rankings, generating metadata suggestions, and improving app visibility on Apple App Store and Google Play Store. Use when the user asks about ASO, app store rankings, app metadata, app titles and descriptions, app store listings, app visibility, or mobile app marketing on iOS or Android. Supports keyword research and scoring, competitor keyword analysis, metadata optimization, A/B test planning, launch checklists, and tracking ranking changes.
visualizing-data
IncludedBuilds dashboards, reports, and data-driven interfaces requiring charts, graphs, or visual analytics. Provides systematic framework for selecting appropriate visualizations based on data characteristics and analytical purpose. Includes 24+ visualization types organized by purpose (trends, comparisons, distributions, relationships, flows, hierarchies, geospatial), accessibility patterns (WCAG 2.1 AA compliance), colorblind-safe palettes, and performance optimization strategies. Use when creating visualizations, choosing chart types, displaying data graphically, or designing data interfaces.