← Back to list

check-and-fix
by macalinao
⭐ 0🍴 0📅 Jan 5, 2026
SKILL.md
name: check-and-fix description: Run TypeScript checks and fix all errors (project) model: sonnet tools: Bash, Edit, Read, Glob, Grep
Run the following commands in parallel to identify and fix errors:
- Run
bun run typecheckto identify TypeScript errors - Run
bun run lint:fixto identify and automatically fix linting errors
Then fix remaining errors:
- Fix each TypeScript error found by:
- Reading the affected files
- Understanding the error context
- Making the necessary code changes to resolve the errors
- If there are any remaining linting errors that couldn't be auto-fixed, manually fix them
- Run both
bun run typecheckandbun run lint:fixagain to verify all errors are resolved. IF THE ERRORS ARE NOT RESOLVED, REPEAT THE ENTIRE PROCESS. - Run
bun run testin the root to ensure no tests were broken. - Provide a summary of what was fixed
Be thorough and ensure all errors are resolved and tests pass before completing the task.
Score
Total Score
50/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon