Claude Skills · Code Review & Testing

Pome Suggest Tasks

pome-sh/digital-twins

Propose a builder's first Pome task by reading their already-registered agent — reads the pome.json manifest (twins) and the agent's prompt/code, proposes 2–3 candidate tasks grounded in what the agent actually does, runs a short interview to pick one, then hands off to pome-author-task. Use in a repo that already has a pome.json but no task yet, when the builder says "test my agent" or "what should I test?" and doesn't know where to start.

★ 12 Synced 2 hours ago View SKILL.md

At a glance

Code Review & Testing Manual install Node.js Actively maintained

This skill is for Code Review & Testing and helps you suggest initial test tasks for an agent, propose first pome task based on agent code, and interview and select a starter testing task.

Install git clone --depth 1 https://github.com/pome-sh/digital-twins cp -r digital-twins/skills/pome-suggest-tasks ~/.claude/skills/pome-suggest-tasks
Can use Not declared by the author

Setup, runtime and requirements describe pome-sh/digital-twins, the repo this skill ships in.

PomeagentstestingautomationManifest

Also in pome-sh/digital-twins

View the repo
Pome Code Review & Testing

Entry point for testing an agent with Pome — routes to the right coach skill by context (managed-agent YAML → pome-intake, local repo / self...

Pome Author Task Code Review & Testing

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...

Pome Intake DevOps & Infrastructure

Intakes a Claude managed agent for testing on Pome — collects the full clone scope (agent YAML, environment config, attached memory stores,...

Pome Run Task Code Review & Testing

Runs 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 ex...

Pome Verify Seed Code Review & Testing

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 To Shoehorn mattpocock/skills

Migrate test files from `as` type assertions to @total-typescript/shoehorn. Use when user mentions shoehorn, wants to replace `as` in tests,...

Grill With Docs mattpocock/skills

A relentless interview to sharpen a plan or design, which also creates docs (ADR's and glossary) as we go.

Triage mattpocock/skills

Move issues and external PRs through a state machine of triage roles — categorise, verify, grill if needed, and write agent-ready briefs.

Scaffold Exercises mattpocock/skills

Create exercise directory structures with sections, problems, solutions, and explainers that pass linting. Use when user wants to scaffold e...

Resolving Merge Conflicts mattpocock/skills

Use when you need to resolve an in-progress git merge/rebase conflict.

Batch Grill Me mattpocock/skills

A relentless interview that asks every frontier question at once, round by round.