Back to list
vasylenko

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 ./src directory

Rules

  1. Naming: Descriptive, self-documenting names for functions and variables
  2. Files: Lowercase with hyphens, test files with .test.ts suffix
  3. Comments: JSDoc for public APIs; inline comments explain "why", never "what"

Workflow

  1. Identify scope (specific changes vs whole codebase)
  2. Create TODO items for each rule
  3. Validate each rule separately
  4. Fix deviations
  5. Run task build && task style to 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