← スキル一覧に戻る

codestyle
by vasylenko
Claude Desktop extension with bundled MCP Server for Bear note taking app
⭐ 62🍴 5📅 2026年1月23日
SKILL.md
name: codestyle description: Check code style compliance. Use when asked to validate code style, check naming conventions, review comments quality, or ensure file naming follows conventions. Works on whole codebase or specific changes (branch, PR, uncommitted).
Code Style Checker
Scope
Determine what to check based on user request:
- Specific changes: Compare branch with main (
git diff main...HEAD), or check uncommitted changes (git diff) - Whole codebase: Scan
./srcdirectory
Rules
- Naming: Descriptive, self-documenting names for functions and variables
- Files: Lowercase with hyphens, test files with
.test.tssuffix - Comments: JSDoc for public APIs; inline comments explain "why", never "what"
Workflow
- Identify scope (specific changes vs whole codebase)
- Create TODO items for each rule
- Validate each rule separately
- Fix deviations
- Run
task build && task styleto verify
スコア
総合スコア
65/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
✓最近の活動
3ヶ月以内に更新
+5
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
✓タグ
1つ以上のタグが設定されている
+5
レビュー
💬
レビュー機能は近日公開予定です


