- Home
- /
- Categories
- /
- Code Review
Code Review
Automated code review and analysis
reframe
by moazbuilds
"Problem-solving consultant grounded in Polya, de Bono, and Kahneman — helps you find and solve the real problem. Type /reframe to start a session."
code-quality-gates
by Kaakati
"Expert quality gate decisions for iOS/tvOS: which gates matter for your project size, threshold calibration that catches bugs without blocking velocity, SwiftLint rule selection, and CI integration patterns. Use when setting up linting, configuring CI pipelines, or calibrating coverage thresholds. Trigger keywords: SwiftLint, SwiftFormat, coverage, CI, quality gate, lint, static analysis, pre-commit, threshold, warning"
compliance-legal
by dmend3z
A skill for ensuring digital marketing practices are compliant with legal and ethical standards. Use when you need to review marketing materials, data handling practices, or advertising campaigns for legal risks.
writing-checks
by continuedev
Write Continue check files that review pull requests with AI agents. Use when the user asks to create, write, or generate a check, or wants to enforce a convention on PRs.
nostr
by soapbox-pub
Knowledge about the Nostr protocol. Use to view up-to-date NIPs, discover capabilities of the Nostr protocol, and to implement Nostr functionality correctly.
verify-implementation
by eveld
Use after implementing changes to run verification commands and ensure tests pass, code builds, and functionality works.
Code Quality Gates
by Kaakati
"Quality gate patterns including dart analysis, test coverage, build validation, and compliance checks"
market-research
by dmend3z
This skill enables Claude to conduct comprehensive market research, including customer interviews, competitor analysis, and social media listening. Use it to understand customer needs, identify market gaps, and inform marketing strategy.
discover-project-commands
by eveld
Use during planning to discover and document available project commands (make targets, npm scripts, etc.) for success criteria.
write-pr-description
by eveld
Use when creating pull requests to write clear, structured PR descriptions that help reviewers understand changes.
githuman
by mcollina
Review AI-generated code changes before committing using GitHuman. Use when reviewing code changes, creating code reviews, checking what the AI agent wrote, preparing to commit, or when user mentions "review", "GitHuman", or "before commit".
workflow-state-tracking
by duongdev
Tracks and visualizes CCPM workflow state transitions (IDEA → PLANNED → IMPLEMENTING → VERIFYING → VERIFIED → COMPLETE). Prevents invalid state transitions and suggests appropriate next actions. Auto-activates when users ask about task status, "where am I in the workflow", "what should I do next", or "can I do this now".
k8s-query
by eveld
Query Kubernetes resources (pods, deployments, services, events). Use when checking cluster state and resource status.
ccpm-skill-creator
by duongdev
Creates custom CCPM skills from request to deployment with proper templates, safety guardrails, and integration patterns. Auto-activates when user mentions "create skill", "custom workflow", "team specific", "extend CCPM", "codify team practice", or "reusable pattern". Guides through purpose definition (what skill does), activation triggers (when it runs), CCPM integration points, and safety rules. Provides three skill templates: Team Workflow (codify practices), Safety Enforcement (add checks), and Integration Skills (custom tools). Creates directory structure, frontmatter metadata, multi-phase instructions, and supporting docs. Tests skill activation before deployment and suggests improvements.
github-copilot
by G1Joshi
GitHub Copilot AI code suggestions and chat. Use for code completion.
swift-macos
by pluginagentmarketplace
Build macOS applications - AppKit, windows, menus, system integration, distribution
nightshift
by adriannutiu
Overnight repo quality audit — dead code, doc drift, test gaps, security, debt, infra drift. Run after big work sessions. Produces a morning report.
swift-uikit
by pluginagentmarketplace
Master UIKit for iOS app development - views, view controllers, Auto Layout, table/collection views
sqlalchemy-alembic-expert-best-practices-code-review
by wispbit-ai
SQLAlchemy ORM and Alembic migration best practices for building safe, performant database schemas. This skill should be used when writing, reviewing, or refactoring SQLAlchemy models, Alembic migrations, or database query patterns. Triggers on tasks involving SQLAlchemy ORM, Alembic migrations, database schema changes, or query optimization.
big-idea-development
by dmend3z
"This skill develops a powerful marketing message using Todd Brown's E5 methodology. It guides users through market sophistication analysis, unique mechanism discovery, and creating a compelling big idea for their campaign. Use when you need to craft a unique and persuasive marketing angle. Keywords: big idea, marketing message, E5 methodology, unique mechanism, value proposition."
external-system-safety
by duongdev
Enforces confirmation workflow for EXTERNAL system writes (Jira, Confluence, BitBucket, Slack) ONLY. NEVER activates for Linear operations (Linear is internal tracking). Auto-activates when detecting potential writes to external PM systems (status updates, page creation, PR posts, notifications). Blocks execution and displays exact content that will be written. Requires explicit "yes" confirmation (rejects "ok", "sure", ambiguous responses). All Linear operations execute automatically without confirmation. Works alongside ccpm-code-review to ensure quality before external broadcasts. Provides audit trail of all confirmed operations. Allows batch operations with granular per-item confirmation when needed.
kubernetes-troubleshooting
by nik-kale
Systematic debugging workflows for Kubernetes issues including pod failures, resource problems, and networking. Use when debugging CrashLoopBackOff, OOMKilled, ImagePullBackOff, pod not starting, k8s issues, or any Kubernetes troubleshooting.
Rails Context Verification
by Kaakati
Systematic verification of codebase context before code generation to prevent assumption bugs
before-code-analysis
by eveld
Use BEFORE reading multiple files to understand code. Reminds you to use codebase-analyzer agent instead of manual file reading.