Execute

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

poteto Updated

File contents

Execute

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

Steps

  1. Read the task description from the prompt.
  2. Make the required changes.
  3. Verify: run tests or checks relevant to the change.
  4. Commit with a message in the format: <type>(<scope>): <description>.

poteto/noodle/tree/main/examples/minimal/.agents/skills/execute commit 6d0baef1e2

Frequently asked questions

npx skillmds@latest add poteto/execute-3