Skip to main content
Exécutez n'importe quel Skill dans Manus
en un clic
Dépôt GitHub

retort

retort contient 7 skills collectées depuis adrianco, avec une couverture métier par dépôt et des pages de détail sur le site.

skills collectés
7
Stars
167
mis à jour
2026-07-15
Forks
10
Couverture métier
2 catégories métier · 100% classifié
explorateur de dépôts

Skills dans ce dépôt

update-optimal-blog
Développeurs de logiciels

Refresh the data tables in optimal-blog.md from master.db. Checks the data for integrity problems FIRST, then runs the generator that picks per-language winners and splices every GEN-marked table, then reconciles the surrounding prose. Use after new experiment results land, or when the optimal-blog numbers are stale.

2026-07-15
beads
Développeurs de logiciels

Use when working in a repository that uses bd or Beads for durable project task tracking, issue dependencies, blocker management, multi-session handoff, or shared work memory. Trigger when the user asks to find ready work, claim or close tasks, create follow-up work, inspect blockers, recover project context, or choose between local planning and persistent project tracking.

2026-07-14
diagnose-failed-run
Analystes en assurance qualité des logiciels et testeurs

Determine the TRUE cause of a failed retort run before attributing it. Ground-truth every failure (run its tests, read its agent logs, inspect its workspace) and classify it as an infrastructure false-fail, a genuine model miss, or an environment issue — never trust the gate verdict or a log signature alone. Use whenever a run is recorded failed (test_coverage=0 / gate fail), a pass rate looks low, or you're deciding whether a "failure" is real before reporting or proceeding.

2026-06-21
evaluate-run
Analystes en assurance qualité des logiciels et testeurs

Evaluate a single retort experiment run. Score the generated code against the task's TASK.md requirements, run its build and tests, compute metrics, and emit a structured evaluation report plus a machine-readable findings file.

2026-06-01
file-run-issues
Analystes en assurance qualité des logiciels et testeurs

Aggregate a retort run's findings.jsonl into a machine-readable assessment.json summary with severity counts, penalty score, requirement coverage, and top findings.

2026-04-18
compare-runs
Développeurs de logiciels

Compare evaluated runs in a retort experiment along factor dimensions. Surfaces effects of each factor, aggregates across replicates, and highlights cells that diverge qualitatively — complementing (not replacing) retort's ANOVA analysis.

2026-04-13
run-summary
Développeurs de logiciels

Summarize the architecture of code generated by a single retort run. Produces module-level structure, interfaces, and control flow in a form suitable for cross-run comparison — not a full codebase-summary.

2026-04-13