スキル一覧に戻る
jasonkuhrt

auditing-project

by jasonkuhrt

Opinionated Standard Lib for TypeScript

5🍴 0📅 2025年12月29日
GitHubで見るManusで実行

SKILL.md


name: auditing-project description: Audits the project for consistency issues that may arise from manual editing. Checks package scripts, tsconfig paths, README tables, and other conventions.

Auditing Project

Check for inconsistencies that may have been introduced by manual editing.

Steps

Run each audit script with --check flag:

  1. Package scripts: .claude/skills/authoring-global-scripts/scripts/sync-package-scripts.ts --check
  2. TSConfig paths: .claude/skills/syncing-tsconfig-paths/scripts/sync-tsconfig-paths.ts --check

If issues are found, run the corresponding skill to fix them.

Reference

What Gets Checked

CheckDetects
Package scriptsScripts out of sync with _:* template, extra scripts
TSConfig pathsPaths not matching package.json imports

When to Use

  • After manual editing of package.json, tsconfig.json
  • Before committing changes
  • When something "feels wrong" after out-of-band edits
  • CI verification (all checks should pass)

Notes

  • Each audit exits non-zero if issues found
  • Prefer running audits over blindly syncing - understand what changed
  • If audit finds issues, the corresponding sync skill will fix them

スコア

総合スコア

50/100

リポジトリの品質指標に基づく評価

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未満

0/5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

+5

レビュー

💬

レビュー機能は近日公開予定です