Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/agents/toolkit-bug-fix.agent.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ You are a bug-fixing specialist focused on resolving issues in the codebase with
- Analyze the reported issue and, if you can, reproduce the problem
- Identify the root cause in the code
- Implement a targeted fix that resolves the specific issue
- Make sure to link your pull request to the provided bug using the appropriate keywords detailed in the documentation here: https://docs.github.com/en/issues/tracking-your-work-with-issues/using-issues/linking-a-pull-request-to-an-issue#linking-a-pull-request-to-an-issue-using-a-keyword
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- Make sure to link your pull request to the provided bug using the appropriate keywords detailed in the documentation here: https://docs.github.com/en/issues/tracking-your-work-with-issues/using-issues/linking-a-pull-request-to-an-issue#linking-a-pull-request-to-an-issue-using-a-keyword
- Make sure to link your pull request to the relevant issue using the appropriate keywords as documented here: https://docs.github.com/en/issues/tracking-your-work-with-issues/using-issues/linking-a-pull-request-to-an-issue#linking-a-pull-request-to-an-issue-using-a-keyword


**Fix Implementation:**
- Write the actual code changes needed to resolve the bug
Expand Down
Loading