code-review
Final validation checklist for IBL5 pull requests before merge. Use when reviewing PRs, validating refactored code, or preparing for merge.
اپنے ایجنٹ کے لیے موزوں صلاحیت تلاش کریں۔
Final validation checklist for IBL5 pull requests before merge. Use when reviewing PRs, validating refactored code, or preparing for merge.
Brutally honest code review in the style of Linus Torvalds, focusing on data structures, simplicity, and pragmatism. Use when you want critical, no-nonsense feedback that prioritizes engineering fundamentals over style preferences.
.github/prompts/*.prompt.md をレビューして改善提案を出す。frontmatterの妥当性、入力変数(${input:...})の設計、出力フォーマット固定、instructions/skillsへの参照(重複排除)、tools最小化、例の有無、命名規則、壊れやすい指示の検出を行い、レポートをdocs/prompt-review-report.mdに出力する。
Validate hledger journal files using the check and format scripts. Includes validation procedures, error checking, and pre-commit verification to ensure data integrity and consistency.
Provide a practical review of code changes, focusing on bugs, risk, security, and maintainability.
Use when reviewing code or before commits - runs 25-point quality checklist (structure, errors, security, performance, testing), identifies code smells, suggests refactorings with examples. Activates when user says "review this", "check my code", mentions "refactor", "optimize", "code quality", or before git commits.
Reviews code for bugs, logic errors, security vulnerabilities, code quality issues, and adherence to project conventions, using confidence-based filtering to report only high-priority issues that truly matter
Run lint, typecheck, and tests, then summarize results with remediation guidance.
Review pull requests for code quality, architectural compliance, security issues, test coverage, and provide actionable feedback with suggested improvements
Guide for reviewing modern CSS framework. Use this when asked to review CSS in `packages/css`.
Detect and fix UI/UX issues including responsive web design, accessibility (WCAG compliance, keyboard navigation, screen readers), visual consistency, loading/empty/error states, and cross-device compatibility. Use after creating new pages/components, before production deploys, or during quality audits.
コードレビュー、コミットメッセージ生成、リファクタリング提案、テスト作成支援。静的解析、コーディング規約チェック、セキュリティスキャン。「レビュー」「コミット」「リファクタリング」「テスト」「コード品質」に関する質問で使用。
AUTOSAR C++14およびCERT C++コーディング規約に準拠したC++14コードレビューのガイド。安全性重視のC++システムのコードレビュー、セキュリティ監査、品質評価を行う際に使用してください。
Review and lightly edit a single blog post under _posts/ for prose quality and source hygiene, without changing code examples or post structure.
Automatically identifies and fixes linting, formatting, and style violations. Trigger this when a user says "lint", "format", "fix style", or "tidy up".