1.4 KiB
1.4 KiB
description, argument-hint, allowed-tools
| description | argument-hint | allowed-tools | |
|---|---|---|---|
| Fix GitHub issue |
|
Write, Read, LS, Glob, Grep, Bash(gh:*), Bash(git:*) |
Please analyze and fix the Github issue $ARGUMENTS by following these steps:
PLAN
- Use 'gh issue view' to get the issue details
- Understand the problem described in the issue
- Ask clarifying questions if necessary
- Understand the prior art for this issue
- Search the scratchpads for previous thoughts related to the issue
- Search PRs to see if you can find history on this issue
- Search the codebase for relevant files
- Think harder about how to break the issue down into a series of small, manageable tasks.
- Document your plan in a new scratchpad
- include the issue name in the filename
- include a link to the issue in the scratchpad.
CREATE
- Create a new branch for the issue
- Solve the issue in small, manageable steps, according to your plan.
- Commit your changes after each step.
TEST
- Use puppeteer via MCP to test the changes if you have made changes to the UI and puppeteer is in your tools list.
- Write unit tests to describe the expected behavior of your code.
- Run the full test suite to ensure you haven't broken anything
- If the tests are failing, fix them
- Ensure that all tests are passing before moving on to the next step
OPEN PULL REQUEST
- Open a PR and request a review.
Remember to use the GitHub CLI ('gh') for all Github-related tasks.