- Home
- /
- Categories
- /
- Code Review
Code Review
Automated code review and analysis
retrospective-master
by hexbee
"Professional retrospective coach based on the GRAI model (Goal-Result-Analysis-Insight) to guide users through structured retrospectives. Transform experiences into lessons, and lessons into capabilities. Use when: (1) Systematic review needed after project/event completion, (2) Learning from failures, (3) Summarizing and replicating success experiences, (4) Creating improvement action plans."
eld-ground-verify
by CAPHTECH
Deprecated: /eld-ground verify を使用してください。 このスキルは後方互換のためのエイリアスです。すべての呼び出しは /eld-ground verify に転送されます。
essay-revise
by clyderankin
Make surgical edits to specific sections while maintaining voice cohesion across the essay
disposable-cycle
by CAPHTECH
Orchestrate the full H-DGM (Hybrid Disposable Generation Method) disposable prototyping cycle. Manages spike-autopsy-distill iterations with Mode A (auto) or Mode B (manual) control. Tracks cycle history and graduation readiness. Use to start or continue a disposable prototyping session.
code-reviewer
by smestern
Reviews scientific analysis scripts for correctness, reproducibility, error handling, code quality, performance, and scientific best practices — provides severity-rated actionable feedback without modifying code.
codex
by iamladi
Use when the user asks to run Codex CLI (codex exec, codex resume) or references OpenAI Codex for code analysis, refactoring, or automated editing. Uses GPT-5.3-Codex by default for state-of-the-art software engineering.
task-breakdown
by davidkiss
Use when you have specs or requirements for a multi-step task to break it down into detailed tasks, before executing it
subagent-task-execution
by davidkiss
Use when executing tasks from a task breakdown document in the current session.
reflection
by davidkiss
"Analyzes the conversation and tool usage to propose improvements to skills or store user preferences."
aico-pm-prd-writing
by yellinzero
Create comprehensive Product Requirements Documents (PRD) that define what to build and why, focusing on goals, scope, user stories, and success criteria without implementation details. Use this skill when: - User asks to "write a PRD", "create PRD", "write requirements document" - User mentions "requirements document", "product requirements", "product spec" - Running /pm.plan command to create version planning document - Starting a new product, major feature, or initiative that needs formal requirements - Need to document goals, scope, user stories, functional requirements, and success criteria Output: ALWAYS write PRD files to docs/reference/pm/versions/{version-name}.md
figma-reader
by delexw
Read Figma designs via Figma MCP server. Auto-detects MCP availability and prompts user only if setup is needed. Use when Figma links or UI design images are found in task context.
pr-comment-resolver
by CAPHTECH
PRのすべてのコメント(レビューコメント、一般コメント、インラインコメント)を取得し、 種類別(指摘/質問/提案/承認)に分類、優先順位をつけて対応を実行するスキル。 対応完了後はコメントへの返信も行う。 トリガー条件: - 「PRのコメントに対応して」「PR #N のレビューコメントを処理して」 - 「PRのフィードバックを解決して」「レビュー指摘を修正して」 - PRレビュー後に指摘事項への対応が必要な時 - 「/pr-comment-resolver」「/resolve-pr-comments」
debug
by pascalamiet
Systematic debugging workflow for any language or environment. Use when: something is broken and you need a structured approach to find and fix it. Covers error reading, isolation, hypothesis testing, and common bug patterns.
goal
by gugug168
Use when the user says "/goal" or wants to autonomously pursue a durable objective — equivalent to Codex /goal. Decomposes goals into milestones, dispatches agents, and enforces independent verification before marking complete.
agent-implementation-skill
by oulipoly
Multi-model agent implementation workflow for software development. Orchestrates research, evaluation, design baseline, implementation, RCA, structured decomposition, constraint discovery, model selection, and agent-driven Stage 3 codemap exploration across external AI models (GPT, GLM, Claude). Use when implementing features through a structured multi-phase pipeline with planspace/codespace separation, dynamic scheduling, and SQLite-backed agent coordination.
nimblebrain-contributor
by NimbleBrainInc
Get started contributing to NimbleBrain open source. Find available integrations to build, set up your environment, propose new ideas, or check on your work — with depth available whenever you want it. Triggers include "I'm a new contributor", "onboard me", "what should I build", "show me open issues", "file an issue".
orchestrating-swarms
by justgetAI
Master multi-agent orchestration using Claude Code's TeammateTool and Task system. Use when coordinating multiple agents, running parallel code reviews, creating pipeline workflows with dependencies, building self-organizing task queues, or any task benefiting from divide-and-conquer patterns.
security-reviewer
by k1lgor
Use this when the user asks for a security review, vulnerability check, or wants to know if code is safe. Focus on common issues like injection, broken auth, insecure defaults, and sensitive data exposure.
astral-ruff
by fredericosantos
Guide for using ruff, the extremely fast Python linter and formatter. Use this when linting, formatting, or fixing Python code to maintain code quality and consistency.
coderabbit-review-resolver
by GainForest
Fetch open CodeRabbit AI review comments from a GitHub PR, plan fixes as beads tasks, and dispatch workers to resolve them. Use when a PR has unresolved CodeRabbit reviews that need addressing.
mcp-audit
by malkreide
Reproduzierbares Audit von MCP-Servern gegen einen versionierten Best-Practice-Katalog. Verwende diesen Skill wenn der User (1) einen MCP-Server gegen Best Practices prüfen will, (2) Sicherheitsfindings für einen Server dokumentieren möchte, (3) den MCP Audit Tracker (Notion) abarbeitet, (4) fragt «ist mein Server sicher / production-ready / standard-konform», (5) den Begriff «Audit», «Findings», «Compliance-Check», «Best Practice» im MCP-Kontext erwähnt, (6) einen Refactoring-Plan für einen bestehenden Server erstellt, oder (7) für mehrere Server einen vergleichenden Audit-Report erstellen möchte. Auch bei allgemeinen Aussagen wie «ist der Server gut gebaut?», «was muss ich noch fixen?», «entspricht das den Standards?» diesen Skill anwenden.
amp-review
by SebastiaanWouters
Code review using amp. Triggers on "amp-review". Reviews uncommitted local changes by default.
aico-pm-competitor-analysis
by yellinzero
Research and analyze competitors with STRUCTURED output: feature comparison matrix, strengths/weaknesses analysis, and actionable recommendations. UNIQUE VALUE: Creates standardized competitor analysis document with feature matrix and strategic recommendations. Use this skill when: - User asks "what do competitors do?", "who are our competitors?" - User mentions competitor names or asks for product comparison - User asks for "competitor analysis", "market research", "competitive landscape" - Entering new market, feature area, or evaluating product direction - Need to understand competitive landscape before making product decisions - Writing PRD and need market context or differentiation strategy Output format: Feature comparison matrix + Strengths/Weaknesses + Actionable recommendations
session-reconstruct
by sunnypatneedi
Retroactively analyze exported sessions to reveal orchestration that wasn't captured. Use --reconstruct for old sessions where you forgot --showcase. Infers skill logic, agent internals, and decision rationale from transcript patterns with 60-80% accuracy.