i18n-consistency
Ensures translation keys are consistent across all supported locales.
Ensures translation keys are consistent across all supported locales.
Review code changes for quality, correctness, and style
Reviews outputs as a hackathon judge and ensures compliance with specs and rules.
檢驗日文學習卡片的結構完整性和格式正確性。 使用時機: - 當需要檢查卡片的 YAML frontmatter 格式 - 當需要驗證卡片區塊(解釋、例句、相關連結)是否完整 - 當卡片顯示異常需要診斷 - 當批次建立完成後想抽查品質 關鍵字:檢查卡片、驗證結構、卡片格式、YAML 錯誤、卡片診斷
高品質なコードレビューを実施するスキル。セキュリティ、パフォーマンス、保守性、 アーキテクチャの観点から包括的にレビューし、Must/Should/Nice to haveで 優先順位付けした建設的なフィードバックを提供します。
Format and organize import statements in code files. Use when imports are messy, unordered, or need to follow project conventions. Automatically groups imports by type (standard library, third-party, local) and sorts them alphabetically.
Run pre-commit checks using src.agents.scripts.pre_commit after editing code. Use when you need automated lint/format hooks on changed files or before running tests and review.
Fixes syntax errors in Android.bp files.
Generates ESLint 9+ configuration using flat config format. Creates eslint.config.cjs with Vue and TypeScript linting rules for code quality enforcement.
Flutter品質チェック。静的解析/フォーマット/テスト実行時に使用。「Flutterの品質チェック」で起動。
Garante padrões de código HTML limpo, semântico e consistente. Use quando criar ou modificar arquivos HTML, estruturar páginas, ou o usuário mencionar HTML, tags, atributos, ou estrutura de código.
Use when (1) reviewing a pull request against coding standards, (2) verifying PR meets acceptance criteria from feature plan, (3) checking for common issues before merge. Reviews PRs against plan and project standards.
Markdown formatting rules and validation. Use when editing or creating .md files to ensure correct blank line placement around blocks, lists, and headings.
Detect documentation drift (docs out of sync with code). Use after changes, periodically, or when something feels wrong. Returns severity-rated findings with specific fixes.
JavaScript品質チェック。ESLint/Prettier/Jest実行時に使用。「JSの品質チェック」「静的解析」で起動。
Performs security audit on code changes after implementation. Use when implementing security-sensitive features (auth, file operations, input handling) or when user requests security review. For slash command /security-check, audit entire project.
Check Swift naming conventions for iOS code. Validates class names, variables, functions, and IBOutlets against project standards. Use when reviewing code readability, checking abbreviations, or enforcing naming consistency in Swift files.
C development standards including make, gcc/clang, valgrind, and cppcheck. Use when working with C files, Makefiles, or CMakeLists.txt.
Code review for bugs, security, tenant isolation, RLS compliance, and maintainability. Reviews BOMvault code with focus on multi-tenancy safety and regulatory requirements.