Back to list
HIRO15254

project-checker

by HIRO15254

0🍴 0📅 Jan 11, 2026

SKILL.md


name: project-checker description: Validate and fix code by running tsc, linting, and tests sequentially.

Project Checker

Validate the entire project and fix any errors found.

Instructions

Run the following commands in order, fixing any errors before proceeding:

1. TypeScript Type Check

tsc --noEmit

If type errors occur:

  • Read the affected files
  • Fix type definition issues
  • Re-run to verify the fix

2. Code Quality Check

bun run check:unsafe

If lint/format errors occur:

  • Review ESLint/Prettier errors
  • Fix code style issues
  • Re-run to verify the fix

3. Run Tests

bun run test

If tests fail:

  • Identify the failing test cases
  • Analyze whether the test or implementation is incorrect
  • Apply the appropriate fix
  • Re-run to verify the fix

Important

  • Continue fixing until each step passes without errors
  • Always re-verify after making fixes
  • Do not mark as complete until all checks pass
  • Report all fixes made to the user

Score

Total Score

40/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