代码评审
自动化代码审查与分析
code-review
phodal
Perform comprehensive code review with best practices
meeting-insights-analyzer
Kilo-Org
Analyzes meeting transcripts and recordings to uncover behavioral patterns, communication insights, and actionable feedback. Identifies when you avoid conflict, use filler words, dominate conversations, or miss opportunities to listen. Perfect for professionals seeking to improve their communication and leadership skills.
web-research
DougTrajano
Use this skill for requests related to web research; it provides a structured approach to conducting comprehensive web research.
regression-cicd-hooks
jmagly
@agentic/code/frameworks/sdlc-complete/agents/reliability-engineer.md
SKILL.md
owasp-dep-scan
Read THREAT_MODEL.md for the detailed security model, attack paths, and workflow review guidance.
Marketing Campaign Analysis
https-deeplearning-ai
gate-check
Donchitos
"Validate readiness to advance between development phases. Produces a PASS/CONCERNS/FAIL verdict with specific blockers and required artifacts."
project-stage-detect
Donchitos
"Automatically analyze project state, detect stage, identify gaps, and recommend next steps based on existing artifacts."
map-systems
Donchitos
"Decompose a game concept into individual systems, map dependencies, prioritize design order, and create the systems index."
balance-check
Donchitos
"Analyzes game balance data files, formulas, and configuration to identify outliers, broken progressions, degenerate strategies, and economy imbalances. Use after modifying any balance-related data or design."
code-review
Donchitos
"Performs an architectural and quality code review on a specified file or set of files. Checks for coding standard compliance, architectural pattern adherence, SOLID principles, testability, and performance concerns."
team-ui
Donchitos
"Orchestrate the UI team: coordinates ux-designer, ui-programmer, and art-director to design, implement, and polish a user interface feature from wireframe to final."
scope-check
Donchitos
"Analyze a feature or sprint for scope creep by comparing current scope against the original plan. Flags additions, quantifies bloat, and recommends cuts."
asset-audit
Donchitos
"Audits game assets for compliance with naming conventions, file size budgets, format standards, and pipeline requirements. Identifies orphaned assets, missing references, and standard violations."
design-review
Donchitos
"Reviews a game design document for completeness, internal consistency, implementability, and adherence to project design standards. Run this before handing a design document to programmers."
retrospective
Donchitos
"Generates a sprint or milestone retrospective by analyzing completed work, velocity, blockers, and patterns. Produces actionable insights for the next iteration."
start
Donchitos
"First-time onboarding — asks where you are, then guides you to the right workflow. No assumptions."
milestone-review
Donchitos
"Generates a comprehensive milestone progress review including feature completeness, quality metrics, risk assessment, and go/no-go recommendation. Use at milestone checkpoints or when evaluating readiness for a milestone deadline."
critical-code-reviewer
posit-dev
Conduct rigorous, adversarial code reviews with zero tolerance for mediocrity. Use when users ask to "critically review" my code or a PR, "critique my code", "find issues in my code", or "what's wrong with this code". Identifies security holes, lazy patterns, edge case failures, and bad practices across Python, R, JavaScript/TypeScript, SQL, and front-end code. Scrutinizes error handling, type safety, performance, accessibility, and code quality. Provides structured feedback with severity tiers (Blocking, Required, Suggestions) and specific, actionable recommendations.
lifecycle
posit-dev
Guidance for managing R package lifecycle according to tidyverse principles using the lifecycle package. Use when: (1) Setting up lifecycle infrastructure in a package, (2) Deprecating functions or arguments, (3) Renaming functions or arguments, (4) Superseding functions, (5) Marking functions as experimental, (6) Understanding lifecycle stages (stable, experimental, deprecated, superseded), or (7) Writing deprecation helpers for complex scenarios.
cran-extrachecks
posit-dev
Prepare R packages for CRAN submission by checking for common ad-hoc requirements not caught by devtools::check(). Use when: (1) Preparing a package for first CRAN release, (2) Preparing a package update for CRAN resubmission, (3) Reviewing a package to ensure CRAN compliance, (4) Responding to CRAN reviewer feedback. Covers documentation requirements, DESCRIPTION field standards, URL validation, examples, and administrative requirements.
self-reflection
QuixiAI
Guidelines for autonomous self-reflection during heartbeats
humanizer
QuixiAI
Detect and remove AI writing patterns to produce natural, human-sounding prose
fix-github-issue
freekmurze
Fix GitHub issues using gh CLI. Use when asked to fix, resolve, or address a GitHub issue. Creates fixes on separate branches, runs tests locally, and creates PRs when tests pass. Requires gh CLI authenticated and repo cloned locally.