- Home
- /
- Categories
- /
- Code Review
Code Review
Automated code review and analysis
ruff
by Ven0m0
Python linting and formatting with ruff. Extremely fast linter and formatter replacing Flake8, Black, isort, and pyupgrade. Use when linting, formatting, or checking Python code quality. Triggers: "ruff", "lint python", "format python", "[tool.ruff]".
epic-team
by OmniNode-ai
Orchestrate a Claude Code agent team to autonomously work a Linear epic across multiple repos
tool-stats
by vadirn
Analyze CLI tool usage across Claude Code sessions. Shows which Bash commands were used, how often, across which projects. Use when user asks about tool usage patterns, "what CLI tools do I use", "what commands did Claude run", session tool history, or Bash command frequency.
canvas-course-audit
by vishalsachdev
Audit an entire Canvas LMS course against the Four Learning Design Pillars (Clear Structure, Active Content, Continuous Practice, Intuitive UX). Use when users want to evaluate course quality, identify improvement areas, or prepare for course redesign. Requires canvas-mcp server for course data access. Triggers on "audit course", "course review", "evaluate my course", or Canvas course IDs/codes.
madai-investigator
by BenjaminG
Investigate MadAI/MadKudu support tickets from Jira or Zendesk. This skill should be used when analyzing ticket context, checking tenant health, querying knowledge bases, and producing structured investigation reports. Triggers on requests like "investigate this ticket", "look into Zendesk/Jira issue", "check tenant health", or "why is tenant X having issues".
vulture-dead-code
by Ven0m0
Vulture and deadcode tools for detecting unused Python code (functions, classes, variables, imports). Use when cleaning up codebases, removing unused code, or enforcing code hygiene in CI. Triggered by: vulture, deadcode, dead code detection, unused code, code cleanup, remove unused.
packaging-repos-with-repomix
by Ven0m0
Packages entire repositories into single AI-friendly files using Repomix with multiple output formats. Use when packaging codebases for LLM analysis, creating repository snapshots, or preparing security audits. Triggers include "repomix", "package codebase", "AI-friendly", or "LLM context".
cf-commit
by dinhanhthi
Smart conventional commit with diff analysis
bd-clean
by MichaelVessia
Review and consolidate beads issues
skills-eval
by Ven0m0
'Evaluate and improve Claude skill quality through auditing. Use when
code-review
by MichaelVessia
Code review a pull request
gas-debug
by whichguy
GAS project server-side debugging and troubleshooting with RESUME capability for iterative investigation. Covers: CommonJS modules, SpreadsheetApp, DriveApp, GmailApp, HTML Service (server-side), triggers, permissions, quotas. AUTOMATICALLY INVOKE when: - exec() returns success: false or error in response - User mentions "error", "exception", "TypeError", "null", "undefined" - Code "doesn't work", "isn't working", "fails", "breaks" - Silent failures (code runs but wrong result) - Something "should" work but doesn't RESUME SUPPORT: This skill runs in forked context - user can say "dig deeper" to continue investigation with full history preserved. NOT for: Static code review (use gas-code-review), UI testing (use gas-ui-debug), interactive Chrome testing (use /gas-sidebar)
cleanup
by MichaelVessia
Audit codebase for tech debt and improvements
done
by MichaelVessia
End-of-session summary saved to Obsidian with bidirectional daily note linking. Trigger phrases: "done", "wrap up", "session done", "end session"
review-spec
by ferueda
Review a spec document against codebase reality, identifying gaps and ensuring sound, robust implementations.
pr
by johnie
Create, update, and review GitHub PRs. Use for creating new PRs with structured templates, updating existing PRs after new commits, or reviewing PRs for quality. Requires gh CLI authenticated.
local-review
by OmniNode-ai
Local code review loop that iterates through review, fix, commit cycles without pushing
multi-agent
by OmniNode-ai
Multi-agent coordination — parallel debugging, parallel building, and sequential review workflows
gh-comment
by MichaelVessia
Comment on a GitHub PR or issue on Michael's behalf, clearly attributed as AI-generated. Use when asked to leave a comment, reply, or respond on GitHub.
web-perf
by nicholasgriffintn
Audits web performance using Chrome DevTools MCP. Measures Core Web Vitals, finds render-blocking resources, dependency chains, layout shifts, caching issues, and accessibility gaps. Use for audits, profiling, debugging, or optimising page load performance and Lighthouse scores.
audit-rules
by melodic-software
Audit Claude Code rule files for quality and compliance. Use when creating or validating .claude/rules/*.md files, or troubleshooting rule loading issues.
js-deps
by WhatIfWeDigDeeper
Maintain JavaScript/Node.js packages through security audits or dependency updates on a dedicated branch. Supports npm, yarn, pnpm, and bun. Use for: security audits, CVE fixes, vulnerability checks, dependency updates, package upgrades, outdated packages, bump versions, fix npm vulnerabilities, modernize node_modules, or when user types "/js-deps" with or without specific package names or glob patterns. Use "help" or "--help" to show options.
executing-plans
by oyi77
Use when you have a completed, Momus-approved plan artifact ready for execution with checkpoint discipline
applying-effective-go
by MrPointer
"Apply Go best practices, idioms, and conventions from golang.org/doc/effective_go. Use when writing, reviewing, or refactoring Go code to ensure idiomatic, clean, and efficient implementations."