Fix Ci
Check GitHub Actions errors and fix them.
Claude CodeGeneric
Check GitHub Actions errors and fix them.
Steps:
1. Check recent CI runs: `gh run list --limit 5`
2. If there are failures, check error logs: `gh run view <run-id> --log-failed`
3. Analyze the error and identify the root cause
4. Make necessary fixes
5. Commit and push the fixes
6. Repeat until CI passes
Common errors:
- TypeScript type errors: Pre-check with `npm run typecheck`
- Test failures: Pre-check with `npm test`
- Lint errors: Pre-check with `npm run lint`
Always run `npm run typecheck && npm test` locally before pushing.
Maintain Fix Ci?
Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.
[Fix Ci on getagentictools](https://getagentictools.com/loops/tdaira-fix-ci?ref=badge) npx agentictools info loops/tdaira-fix-ci The second line is the CLI lookup for this page — handy in READMEs and docs.