Back to Sentry Javascript

Suggested Fix Prompt

.agents/skills/triage-issue/assets/suggested-fix-prompt.md

10.51.0445 B
Original Source

Suggested Fix

Complexity: <trivial|moderate|complex>

To apply this fix, run the following prompt in Claude Code:

Fix GitHub issue #<number> (<title>).

Root cause: <brief explanation>

Changes needed:
- In `packages/<pkg>/src/<file>.ts`: <what to change>
- In `packages/<pkg>/test/<file>.test.ts`: <test updates if needed>

After making changes, run:
1. yarn build:dev
2. yarn lint
3. yarn test (in the affected package directory)