← Back to list

codestyle
by vasylenko
Claude Desktop extension with bundled MCP Server for Bear note taking app
⭐ 62🍴 5📅 Jan 23, 2026
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
Score
Total Score
65/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
✓最近の活動
1ヶ月以内に更新
+10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
✓タグ
1つ以上のタグが設定されている
+5
Reviews
💬
Reviews coming soon


