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

poteto/noodle/tree/main/examples/multi-skill/.agents/skills/execute commit 8009d5e366

Frequently asked questions

npx skillmds@latest add poteto/execute-2