Documentation
README
Fix Sentry Skill
Automated workflow: Sentry issues β analyze β fix β GitHub Issue β PR.
Announce at start: "I'm using fix-sentry skill to find and fix high-frequency Sentry issues."
Operating Modes
Batch Mode (default)
Invocation: /fix-sentry or /fix-sentry threshold=50
- Uses the specified threshold (default 100) to fetch issues
- Runs full Phase 1 β Phase 2 β Phase 3
- Fixes all qualifying issues
Daemon Mode
Invocation: /fix-sentry limit=1 (from daemon script)
- Phase 1 uses adaptive threshold descent: starts at 100, lowers progressively until a fixable issue is found
- Fixes only 1 issue (controlled by
limitparameter), then exits - If no fixable issue exists at any threshold β outputs
[NO_FIXABLE_ISSUES]and exits
Prerequisites
This is the opening of the README. Read the full README on GitHub.