# Execute

> Implements a backlog item. Reads the task prompt, makes changes, commits.

- Skill: `poteto/execute-2` (Agent Skill)
- Install (CLI): `npx skillmds@latest add poteto/execute-2`
- Raw SKILL.md: https://api.skillmd.com/api/skills/poteto/execute-2/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Product & Planning
- Author: poteto (https://skillmd.com/u/poteto)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/poteto/execute-2

---


# Execute

Implement the task described in the prompt. Make the code changes, verify they compile, and commit with a conventional commit message.

## Steps

1. Read the task description from the prompt.
2. Make the required changes.
3. Verify the changes compile and pass basic checks.
4. Commit with a message in the format: `<type>(<scope>): <description>`.

