- Home
- /
- Categories
- /
- Code Review
Code Review
Automated code review and analysis
create-pr
by takuan-osho
Create Pull Request. This skill should be used when creating a pull request from the current branch. It analyzes changes between the current branch and main branch, then generates an appropriate title and description following Conventional Commits format.
SKILL: Dorpwag™ Agent
by Valhalla-Custom-Design-Studio
All PRs must pass linting and tests before requesting review
Capybara Nexus v2.1 (Elite Edition)
by pentrestion
Glasswing Remediation: Architectural hardening recommendation.
quote-extractor
by qingchunwuhui
快速从文章中提取可直接引用的金句,建立素材库。无需审计流程,直接提取。支持快捷指令 /extract-quotes。
mobile-ci-release-flow
by Envy-7z
Android and Flutter CI/release readiness workflow for branch validation, failure triage, QA checklist creation, and release-note risk review. Use when preparing mobile PRs for merge, fixing broken CI, validating a release candidate, or deciding go/no-go for internal or store release.
code-change-verification
by aiagentskills
Run the mandatory verification stack when changes affect runtime code, tests, or build/test behavior in the OpenAI Agents JS monorepo.
Swarm Execution Skill
by amoscicki
Checkpoints map to approval gates
implement-agents
by ianphil
This skill should be used when the user asks to "implement in parallel", "run phases concurrently", "parallel implement", "implement-agents phase X phase Y", or wants to orchestrate multiple agents running /implement simultaneously.
dep-check
by ronyparra
Auditoría avanzada de dependencias con métricas técnicas centralizadas
pr-screenshots
by nullswan
Capture before/after screenshots for pull requests to document visual changes. Supports both agent-browser CLI and Playwright Python approaches. Use when creating PRs with UI changes, comparing visual states between branches, documenting frontend changes for code review, or generating visual diff reports.
life-synthesist
by chenqh0618
Acts as a professional life observer and long-term development coach. Use this skill to guide users through self-discovery and continuous personal improvement. It supports initial assessments (HUMAN 3.0 or 1-Day Reset) and provides follow-up sessions by tracking progress and history.
codebase-audit
by tomwangowa
Claims-first codebase audit that extracts documentation claims and verifies them against code. Use when asked to "audit", "verify docs match code", "check if README claims are true", or "validate documentation accuracy". Falsification-first approach.
git-workflow
by leobrival
Complete Git development workflow toolkit. Covers commit, push, PR creation, merge to main, branch cleanup, debug, PR comment resolution, issue-based worktree creation, task execution, and worktree hooks configuration. Use when users need any Git-based development workflow or worktree isolation setup.
doc-audit
by pmco23
Use after build is complete to audit CHANGELOG.md for format compliance, completeness, and feature coverage. Requires .pipeline/build.complete.
code-review-expert
by mj9733246-cloud
"Expert code review of current git changes with a senior engineer lens. Detects SOLID violations, security risks, and proposes actionable improvements."
apex
by CookSaw
Workflow autonome de développement complet en 10 étapes. Orchestre l'exploration, la planification et l'implémentation pour développer une feature de A à Z. Utiliser avec /apex [feature] pour mode interactif ou /apex --auto [feature] pour mode autonome. Triggers: "apex", "workflow complet", "feature to PR", "développement autonome", "implement feature end to end".
opentofu
by jyasuu
Open-source Terraform alternative for infrastructure provisioning with installation and workflow commands.
coding-standards
by Sylla-BV
This skill should be used when the user asks about "Python coding standards", "Python code style", "type hints", "type annotations", "Optional vs union", "T None", "mypy", "black", "isort", "flake8", "ruff", "Pydantic models", "ConfigDict", "async patterns", "asyncio", "structlog", "error handling in Python", "Python naming conventions", "snake_case", "reviewing a Python PR", "does this pass Python code review", "BaseHarvester", "Dramatiq actors", "pydantic-settings", "pytest conventions", or wants to know whether code follows Sylla's Python data-engine repository standards.
smart-commit
by TheWatcher01
Automates intelligent Git commits by analyzing unstaged/staged changes, grouping files by logical development concern, and committing sequentially with descriptive Conventional Commit messages. Includes pre-commit security audit protecting against credential leaks and large binary commits. Use when the user says "commit", "smart commit", "save changes", "push", "git commit", or similar.
health-analyze
by maxoreric
分析健康数据,计算健康评分并识别异常指标
maiat
by JhiNResH
Trust infrastructure for AI agents. Register your agent, get an on-chain identity, check trust scores, and protect transactions. Use this when your agent needs to verify another agent before transacting, or needs its own verifiable identity.
maui-platform-apis
by Rimblehelm
Provides cross-platform patterns and best practices for using device capabilities in .NET MAUI apps.
feature-api
by ShotaIuchi
API design and implementation. Apply when designing endpoints, request/response schemas, error handling, versioning, rate limiting, and integration contracts for new features.
npm-migrate
by AlejandroRV
AI-assisted migration and upgrade of npm packages. Handles breaking changes between major versions, deprecation cleanup within minor versions, adopting new APIs and patterns, security-driven upgrades from npm audit, and full dependency replacement (swapping one package for another, e.g. moment → dayjs). Analyzes changelogs, git diffs, and docs, scans your codebase for actual usage, cross-references to find what's affected, generates targeted code fixes or codemods, and verifies with your test suite. Use this skill whenever a user mentions upgrading, migrating, or updating npm packages, dealing with breaking changes, fixing deprecation warnings, replacing a dependency with an alternative, adopting new APIs from a package update, running npm audit fix with code changes, or comparing what changed between package versions. Trigger phrases include: "upgrade axios to v2", "migrate to express 5", "replace moment with dayjs", "fix deprecation warnings", "npm audit says vulnerable", "adopt the new API", "what changed between version X and Y", "swap lodash for es-toolkit", "help me upgrade my dependencies", "clean up deprecated calls".