Skip to content

chore: add Claude Code developer tooling#7

Open
LJBL22 wants to merge 3 commits intomainfrom
claude-tooling
Open

chore: add Claude Code developer tooling#7
LJBL22 wants to merge 3 commits intomainfrom
claude-tooling

Conversation

@LJBL22
Copy link
Copy Markdown
Owner

@LJBL22 LJBL22 commented Mar 27, 2026

Summary

  • 新增 pre-push-review 和 create-pr 兩個 Claude Code skills
  • 新增 PostToolUse hook(tsc.js)在檔案編輯後自動做 TypeScript 型別檢查
  • 新增 settings.example.json 作為 hook 設定範本
  • 更新 CLAUDE.md 加入 TypeScript strict mode 規範
  • 調整 .gitignore:公開 .claude 目錄,只 ignore settings.local.json 和 post-log.json
  • 將 pre-push git hook 從 AI API review 改為 lint-only,AI review 改由 pre-push-review skill 負責
  • 移除 @anthropic-ai/sdk 依賴及 scripts/pre-push-review.mjs

Test plan

  • 複製 settings.example.json 為 settings.local.json,編輯 .ts 檔確認 tsc hook 觸發
  • 說「幫我發 PR」確認 create-pr skill 正常串接 cmmsg
  • git push 確認 lint hook 正常執行
  • 在對話中說「請 code review 後再 push」確認 pre-push-review skill 運作

@vercel
Copy link
Copy Markdown

vercel bot commented Mar 27, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
f2equiz Ready Ready Preview, Comment Mar 27, 2026 9:17am

AI code review is now handled by the pre-push-review Claude skill
during conversation. The git hook is simplified to a fast lint gate
that works for all contributors regardless of Claude Code usage.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant