execute

star 154

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

poteto By poteto schedule Updated 3/1/2026

name: execute description: Implements a backlog item. Reads the task prompt, makes changes, commits. schedule: "When backlog items with linked plans are ready for implementation"

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>.
Install via CLI
npx skills add https://github.com/poteto/noodle --skill execute
Repository Details
star Stars 154
call_split Forks 10
navigation Branch main
article Path SKILL.md
More from Creator