← Back to list

quality-standards
by bejranonda
Autonomous self-learning Agent Plugin for Claude Code 🤖 Automatic learning, real-time dashboard, 40+ linters, OWASP security, CodeRabbit PR reviews. Production-ready with 100% local processing, privacy-first. Free open source AI automation tool
⭐ 14🍴 11📅 Jan 19, 2026
SKILL.md
name: quality-standards description: Defines code quality benchmarks, standards compliance, and best practices for maintaining high-quality codebases version: 1.0.0
Overview
This skill provides standards and benchmarks for code quality including linting rules, formatting standards, naming conventions, and quality thresholds across programming languages.
Quality Score Thresholds
- Excellent: 90-100
- Good: 70-89
- Acceptable: 50-69
- Needs Improvement: Below 50
Language-Specific Standards
Python
- PEP 8: Style guide for Python code
- Type Hints: Use for public APIs
- Docstrings: Google or NumPy style
- Line Length: Max 88-100 characters (Black standard)
JavaScript/TypeScript
- ESLint: Use recommended config + project rules
- Prettier: For consistent formatting
- Naming: camelCase for variables, PascalCase for classes
- TypeScript: Enable strict mode
Quality Components
- Tests Passing (30%): All tests must pass
- Standards Compliance (25%): Linting/formatting adherence
- Documentation (20%): Complete docstrings/comments
- Pattern Adherence (15%): Follow established patterns
- Code Metrics (10%): Complexity and duplication
When to Apply
Use when validating code quality, enforcing standards, or setting quality benchmarks for projects.
Score
Total Score
70/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
✓説明文
100文字以上の説明がある
+10
○人気
GitHub Stars 100以上
0/15
✓最近の活動
1ヶ月以内に更新
+10
✓フォーク
10回以上フォークされている
+5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
✓タグ
1つ以上のタグが設定されている
+5
Reviews
💬
Reviews coming soon

