Fetch open issues from Linear and fix them all.
- Linear team ID:
xxxx - Supabase project ID:
xxxx
Use the Linear GraphQL API via curl with this key:
| #!/bin/bash | |
| # .claude/hooks/english-teacher.sh | |
| # English Teacher Hook - Analyzes user's English and provides feedback | |
| # Triggered on UserPromptSubmit | |
| # Debug mode - set to true to enable logging | |
| DEBUG=true | |
| DEBUG_LOG="/tmp/english-teacher-debug.log" | |
| debug_log() { |