Claude Skills · Code Review & Testing
Pome Run Task
pome-sh/digital-twinsRuns a verified Pome task against the builder's examinee and scores it from the live twin tape — run_task to mint the session, launch the examinee on its runtime (Managed Agents via ant, or REST), finalize_run the instant it idles while the tape is still live, then narrate get_report; re-runs only the failed tasks after a prompt fix and shows the delta. Use when the user's task passed seed verification and they want to run the exam, asks "run my tasks / how did my agent do?", or wants to re-test after a prompt fix.
At a glance
This skill is for Code Review & Testing and helps you run automated task tests, score agent performance, and re-run failed tasks.
git clone --depth 1 https://github.com/pome-sh/digital-twins
cp -r digital-twins/skills/pome-run-task ~/.claude/skills/pome-run-task
Setup, runtime and requirements describe pome-sh/digital-twins, the repo this skill ships in.
PometestingautomationagentsLive ScoringExamination
Also in pome-sh/digital-twins
View the repoEntry point for testing an agent with Pome — routes to the right coach skill by context (managed-agent YAML → pome-intake, local repo / self...
Author a graded Pome task for a builder's agent and save it to their team catalog. Library-first — adapt an existing task before writing fre...
Intakes a Claude managed agent for testing on Pome — collects the full clone scope (agent YAML, environment config, attached memory stores,...
Propose a builder's first Pome task by reading their already-registered agent — reads the pome.json manifest (twins) and the agent's prompt/...
Verifies a Pome task's seed is a fair exam before any run — verify_seed plus guard-aware triage of already-passing criteria, a state-diff re...
Other Code Review & Testing skills
Migrate test files from `as` type assertions to @total-typescript/shoehorn. Use when user mentions shoehorn, wants to replace `as` in tests,...
A relentless interview to sharpen a plan or design, which also creates docs (ADR's and glossary) as we go.
Move issues and external PRs through a state machine of triage roles — categorise, verify, grill if needed, and write agent-ready briefs.
Create exercise directory structures with sections, problems, solutions, and explainers that pass linting. Use when user wants to scaffold e...
Use when you need to resolve an in-progress git merge/rebase conflict.
A relentless interview that asks every frontier question at once, round by round.