Quality
Code review, testing, and verification skills.
๐งช
4w ago
Perf Theory Tester
Perf Theory Tester runs controlled performance experiments to validate hypotheses. Use it when you need to apply a single change, run multiple validation passes, and record evidence against a baseline.
Quality
1.9K565
๐
4w ago
Performance Code Paths
Performance Code Paths identifies likely implementation paths for a performance scenario, mapping entrypoints and hot files before profiling. Use it to narrow down the most relevant 10-15 files in Rust, Java, JS/TS, Go, or Python codebases.
Quality
1.9K565
๐
4w ago
Code Review
Code Review assesses design, correctness, maintainability, and test coverage of a codebase or change and gives actionable feedback. Use when asked to review a project or diff, or when the /review command runs.
Quality
1.9K79
๐ก๏ธ
4w ago
Vuln Check
Vuln Check scans a project for known vulnerable dependencies and security anti-patterns, reports findings ordered by severity with location, impact, and remediation, and states explicitly when categories are clean.
Quality
1.9K79
๐
4w ago
Bug Report
Bug Report captures a reported bug and produces a structured, actionable bug report after asking only minimal clarifying questions. Use it when a user reports a bug or asks to capture one.
Quality
1.9K79
๐
4w ago
Code Audit
Code Audit scans a codebase for security, correctness, and quality issues and reports them organized by severity. Use it when asked to audit a project or when the /audit command runs.
Quality
1.9K79
๐ป
4w ago
Programming Practice
Programming Practice runs interactive programming practice sessions with the user, adapting difficulty to their level and goals. Use it when the user asks to practice programming or wants to level up a specific skill through guided exercises.
Quality
1.9K79
๐ฌ
4w ago
Pull Request Comments Review
Pull Request Comments Review fetches and analyzes pull request review comments on the current branch, groups them by theme, and summarizes actionable items so a developer can address feedback.
Quality
1.9K79
๐ ๏ธ
4w ago
C++ Coding Standards
C++ Coding Standards provides a set of rules and best practices based on the C++ Core Guidelines for writing modern, safe, and idiomatic C++ code. Use it when writing, reviewing, or refactoring C++ code to enforce type safety, resource safety, immutability, and clarity.
Quality
1.9K307
๐งช
4w ago
C++ Testing
C++ Testing guides writing and debugging C++17/20 tests with GoogleTest/Mock, CMake/CTest, coverage, and sanitizers. Use it when creating or fixing C++ tests, configuring CI test gates, or diagnosing flaky failures.
Quality
1.9K307
๐
4w ago
Coding Standards
Coding Standards provides general coding standards, best practices, and patterns for TypeScript, JavaScript, React, and Node.js development. Use it when starting new projects, reviewing code, refactoring, or enforcing consistency in naming, formatting, and architecture.
Quality
1.9K307
๐
4w ago
Django Security
Django Security provides best practices for securing Django applications, covering authentication, authorization, CSRF protection, SQL injection prevention, XSS prevention, and secure deployment configuration. Use it when setting up Django authentication, implementing permissions, configuring production settings, or reviewing security.
Quality
1.9K307