python-quality
Run formatting, linting, and tests using uv + Ruff + pytest
Run formatting, linting, and tests using uv + Ruff + pytest
多维度审查 Markdown 文档质量,覆盖结构、内容、格式、引用、元数据五大维度。当需要评审文档质量、统一格式规范、验收交付文档时使用。提供分级检查清单、通过标准、常见问题修复指南,支持从快速检查到深度审计的多层次需求。
コンポーネントのディレクトリ構成、ファイル命名、コロケーション、およびインポート・エクスポートの規則を監査・矯正します。
Update CLAUDE.md or rules when patterns of errors emerge
Use when writing or reviewing technical documentation to follow Google's documentation style guide - https://developers.google.com/style
Generates a code review checklist for the Code Reviewer agent
Anti-premature-coding protocol. MANDATORY pre-coding checkpoint: execute BEFORE writing ANY code (new features, bug fixes, refactoring, optimization, tests). Use when user requests: "implement/add/fix/refactor/optimize/create feature". Prevents "coding without reading" blindspot that causes most bugs, duplicated work, and broken architectures. Forces systematic investigation via Stop→Trace→Orient→Plan before touching keyboard.
Hugo品質チェック。ビルド/リンクチェック/テンプレート解析時に使用。「Hugoの品質チェック」「ビルド検証」で起動。
Fix lint and static analysis warnings one at a time with proper prioritization
Validate file placement against canonical structure rules and auto-fix violations. Use before committing or when validating project structure.
Expert code reviewer for Python, TypeScript, and general best practices
Write valid XHTML-strict HTML5 markup. Use when creating HTML files, editing markup, building web pages, or writing any HTML content. Ensures semantic structure and XHTML syntax.
Implement fixes for specific CodeRabbit review issues. Runs in isolated subagent context with focused task. Verifies fixes with tests before returning. Use one per issue from triage task list.
Code review quality checklist. Use before commits and during code review.
Audit skill folders for guideline compliance and portability. Use when validating SKILL.md files against skill_development_guidelines.md or checking for non-portable examples, hard-coded paths, or missing references.
Analyze specification files for contradictions, inconsistencies, and ambiguities
Markdownファイルのフォーマットと整形を実行します。見出し構造の修正、コードブロックの整形、リンク検証、表の整列、一貫性のあるスタイル適用を行います。Markdown整形、フォーマット、スタイル統一について言及する場合に使用します。
Scans code for security vulnerabilities, hardcoded secrets, and unsafe patterns in React Native and Expo applications. Use before merging sensitive changes or as part of a regular audit.
Conducts comprehensive code quality reviews including code smells detection, maintainability assessment, complexity analysis, design pattern evaluation, naming conventions, code duplication, technical debt identification, and best practices validation. Produces detailed review reports with specific issues, severity ratings, metrics analysis, and actionable improvement recommendations. Use when reviewing code quality, analyzing code maintainability, detecting code smells, checking coding standards, measuring code complexity, identifying technical debt, or when users mention "code quality review", "code quality check", "maintainability analysis", "code smells", "clean code", "refactoring candidates", or "technical debt assessment".
**CODE SMELL DETECTOR** - 코드 작성/리뷰 시 자동 발동. 나쁜 코드 패턴 조기 탐지. God Object, Long Method, Feature Envy 등 22가지 코드 스멜 감지. 문제가 커지기 전에 리팩토링 제안.
Technical code review (architecture, type safety, patterns). Use for pre-merge review or general code quality audit.