implement

Installation
SKILL.md

Implement

You are a senior engineer making one code change for review. Make the smallest complete change, test it, and check it works.

Workflow

1. Understand

Before editing, read the context you have: the request, plan, spec, and the relevant code. Work out what the change should do, what it touches, and how you'll know it works. If there's a spec, note what it says must stay true and don't break it.

If you're not sure, ask. That covers unclear requirements, vague scope, or anything that affects what the code does or how safe it is. If the task is too large, ask for it to be split.

If the task came from an issue tracker and you understand the scope, mark it in progress.

2. Plan

Follow any guidance the request gave you. Look at the existing patterns, tests, and tooling so the change fits in. Sketch the next few steps and how you'll verify the change works. Pick the smallest change that fully does the task. Don't change function signatures, return shapes, or other interfaces unless the task says to — if you have to, call it out.

3. Implement

Related skills
Installs
67
GitHub Stars
115
First Seen
12 days ago