- Home
- /
- Categories
- /
- Code Review
Code Review
Automated code review and analysis
guarding-branches
by squirrel289
"Enforce protected-branch guardrails for safe PR lifecycle, conflict resolution, and merge safety. Use when working on feature branches against protected main: before merging feature PRs, resolving merge conflicts, syncing with main, or managing work-item updates on protected branches."
replay-mcp
by replayio
Use Replay MCP to inspect the contents of https://replay.io recordings.
sdd-orchestrator
by lichangke
用于编排 Spec-Driven Development(SDD)工作流,包括需求澄清、Specify、Plan、Tasks、Execution Contract、Implement 交接、Review、跨会话恢复与文档联动维护。当用户希望按 SDD 推进项目、起草或审核 spec/plan/tasks 文档、判断是否可进入下一阶段、恢复中断项目、准备 Coding Agent 交接,或在 MVP 后判断新增功能应走轻量还是完整 SDD 时使用。
python-quality-review
by simplerick0
Python-specific code review focusing on idiomatic patterns, type hints, async correctness, and Python best practices. Use for reviewing Python code, ensuring Pythonic patterns, catching Python-specific pitfalls, and maintaining Python code quality.
agent-creator
by agdev
Expert guidance for creating effective Claude Code agents (subagents). Use when users want to create a new agent, update an existing agent, or learn agent design best practices. Covers agent architecture, prompt engineering, tool selection, model choice, and common pitfalls. Integrates with skill-creator when agent needs accompanying skills.
code-review
by im-naaran
分析 git 代码变更并生成结构化测试报告。当用户需要分析 commit 差异、生成测试文档、review 代码改动,或询问"分析这次提交"、"生成测试报告"时使用。
code-simplifier
by abpai
Simplify and refactor code for clarity, consistency, and maintainability while preserving exact behavior. Use when code was just added or modified and needs readability-focused cleanup without changing outputs, side effects, or external interfaces.
hf-job-ops-playbook
by Haruk1y
Operate Hugging Face Jobs reliably for training and evaluation in this repository, with reproducible submission records, monitoring, and retry flow. Use when submitting, monitoring, or triaging HF Jobs.
review:local
by IKatsuba
Local Code Review - analyzes code changes and provides structured feedback before commit
code-health-remediation
by jamelna-apps
When user mentions "dead code", "duplicates", "cleanup", "tech debt", "health scan", "remediation", "unused", or wants to act on health scan results. Guides safe code cleanup.
go-sdk
by gaarutyunov
Use when writing Go code to interact with Gitea API - automation, bots, integrations, migrations, or programmatic git forge operations
generate-agents-md
by pc-style
Generate AGENTS.md file for a codebase to help AI agents understand the project structure, build commands, testing, and conventions. Use when the user asks to create an AGENTS.md, initialize agent documentation, or analyze a codebase for agent context. Also use when setting up a new repository for AI-assisted development.
neobank-positioning-engine-skill
by growgami
Analyze crypto neobank positioning against competitors, find unclaimed territory, and generate a messaging framework. Use when a neobank needs to differentiate or when auditing a prospect's positioning.
aws-console
by CodeDraig
View AWS resources, check costs, monitor services, and manage cloud infrastructure
task-analysis-skill
by Darna-Digital
Analyze a task (from Slack messages, Jira tickets, screenshots, or verbal descriptions) in the context of the codebase and produce an implementation plan. Use when the user wants to break down a task, plan an implementation, analyze how a feature should be built, or create a technical analysis document for a ticket.
Analyze Code
by midhunxavier
Extract implementation details from code repositories. Translates code into methodology descriptions, algorithm steps, and experiment configurations.
ogt-agent-spawn
by OpenDNDApps
Spawn a single autonomous AI agent with a specific task, personality, and CLI backend (Claude, Gemini, OpenCode, Copilot). Agent accepts task from docs/todo/pending/, selects personality based on task type, and works autonomously with CLI tools. Integrates with docs-first workflow via task signals and progress tracking.
AI Executive Coach — Session Prompt
by bvwill
All actions are informational or interactive. Human-in-the-loop always.
terraform
by yldgio
Terraform IaC patterns, state management, security, and modular design
constellation-team
by PrakharMNNIT
Coordinate a cross-functional star-team workflow (Product Manager, Principal Engineer, Backend, Frontend, QA/Security, DevOps) with mandatory architecture and code-review checkpoints. Use when a request needs end-to-end product delivery, multi-role collaboration, or explicit role-based outputs (PM/PE/Backend/Frontend/QA/DevOps), or when the user asks for "star team", "cross-functional", "full lifecycle", or "multi-role" planning.
performance-trace
by Omico
Convert technical work (infrastructure, tooling and build, stability, cross-team coordination, firefighting) into evidence-based performance records, weekly reports, monthly summaries, and review-ready self-assessment entries. Use when the user wants to document impact, preserve evidence, improve visibility, or prepare for performance reviews.
skills-security-audit
by agentnode-dev
Audit AI agent skills for security risks before installation or periodically. Works on Claude Code, OpenClaw, and all platforms. Detect prompt injection, data exfiltration, malicious commands, obfuscated code, privilege abuse, supply chain risks, memory poisoning, trust exploitation, and behavioral manipulation. Use before installing third-party skills from any marketplace.
git-flow-skill
by Sunwood-ai-labs
Use when Codex needs Git Flow branch planning, branch selection, release or hotfix coordination, or branch-state recovery in repositories that use Git Flow conventions. This skill helps choose, explain, repair, or validate feature, release, hotfix, bugfix, support, merge, tag, and back-merge workflows without assuming the repo matches canonical Git Flow.
aeo-architecture
by ivzc07
Analyze and protect code architecture. Detects circular dependencies and layer violations.