Total 30,832 skills, Code Quality has 1627 skills
Showing 12 of 1627 skills
Orchestrate parallel debugging agents with root-cause tracing for multi-failure scenarios
Applies Google's engineering practices for strict, health-focused code reviews.
Automatically detect code quality issues and provide improvement recommendations
Structured debug mode focused on root-cause confirmation and controlled fixes.
Review Vendure GraphQL resolvers for missing RequestContext, improper permissions, DTO violations, and schema extension issues. Use when reviewing GraphQL PRs or auditing API quality.
Automated tooling and detection patterns for JavaScript/TypeScript code quality review
Standardized output format for code reviews with severity labels, file:line references, and fix code snippets. Use when generating review reports that need consistent, actionable feedback structure.
Use OpenAI's Codex CLI as an independent code reviewer to provide second opinions on code implementations, architectural decisions, code specifications, and pull requests. Trigger when users request code review, second opinion, independent review, architecture validation, or mention Codex review. Provides unbiased analysis using GPT-5-Codex model through the codex exec command for non-interactive reviews.
Review code for performance: complexity, database/query efficiency, I/O and network cost, memory and allocation behavior, concurrency contention, caching, and latency/throughput regressions. Cognitive-only atomic skill; output is a findings list.
Bug Fixing Skill - Read bugs/pending.csv to select bugs and automatically execute the 8-stage repair process
Code Style Conventions. Use when writing, editing, or reviewing Python code. This includes conventions such as type hints, Decimal precision, docstrings, module organization, etc. Enforces type hints, Decimal precision, docstrings, and module organization.
Use when writing type annotations on variables. Use when TypeScript can infer the type. Use when code feels cluttered with types.