Cursor Resources

My commands and prompts for Cursor

Automatically detect and fix CI failures using the GitHub CLI

command · installs to .cursor/commands/fix-ci.md
Let's fix whatever error we can find in CI using the `gh` CLI.

## Steps
- Figure out which PR we have for the current branch
- Figure out which action is broken
- If nothing is broken, bail.
- Fetch the logs for the action
- Make a quick plan on what needs to be fixed
- Fix the error

Example prompts

/fix-ci/fix-ci focus on the typecheck jobtests are failing /fix-ci