Agent Instructions
Agent Instructions
Working on Agentic Tickets
Issues labeled “Agentic” are meant for an agent to pick up and work on. When the user points you to one (or asks you to pick one up):
- Read the issue to understand the task.
- Create a feature branch named
feature/<issue-number>. - Do the work described in the issue.
- Open a PR targeting
mainwithFixes #<issue-number>in the body. - Ensure all PR checks pass before merging.
- Merge automatically unless the issue says otherwise.
Responding to PR Comments
When a user comments on a PR that you previously opened, you will be invoked again with the PR’s head branch already checked out. To respond:
- Read the comment to understand what is being requested.
- If the request is unclear or ambiguous, do not push any changes. Post a reply on the PR asking a specific clarifying question (
gh pr comment <pr-number> --body "...") and stop. - Otherwise, make the requested changes on the current branch.
- Commit and push. The existing PR will pick up the new commits automatically.
- Post a reply on the PR thread summarizing what changed.
Do not open a new PR — always push to the existing branch.