mgiovani

57 mods across 1 repository, 7 stars between them.

review-perf

49

mgiovani/cc-arsenal

Skill Claude CodeCodex

Deep-dive performance audit of database queries, algorithmic complexity, frontend bottlenecks, and resource leaks for a PR, a commit, or the whole codebase, producing a severity-ranked report. Use when the user explicitly wants a dedicated performance review, asks to "audit performance", "find N+1 queries", "check for…

7 2d ago A 143 tokens original MIT

review-plan

50

mgiovani/cc-arsenal

Skill Claude CodeCodex

Adversarially review an implementation plan before any code is written, checking it against the actual repository rather than reading it on its own terms. Trigger on "review this plan", "poke holes in this plan", "what's wrong with this approach", or an automated pre-build gate. Assumes the plan is wrong and reports…

7 2d ago A 127 tokens original MIT

review-security

51

mgiovani/cc-arsenal

Skill Claude CodeCodex

Perform an OWASP Top 10-focused static security review of a PR, commit, or entire codebase, grep for vulnerable patterns (injection, broken access control, crypto failures, hardcoded secrets), verify each match by reading it in context, and produce a severity-ranked report with file:line evidence and fix suggestions.…

7 2d ago A 168 tokens original MIT

ship

52

mgiovani/cc-arsenal

Skill Claude CodeCodex

Orchestrates the current branch from "code done" to "merged": runs the review-code skill, then any project-specific pre-merge checks it detects (visual regression like just visual-diff, tests, lint), then a conventional commit per git-commit, a PR per git-create-pr, and optionally watches CI and merges on green. Use…

7 2d ago A 210 tokens original MIT

team-implement

53

mgiovani/cc-arsenal

Skill Claude CodeCodex

Spec-driven team orchestration for large, multi-component features or new epics: writes a full spec/design/review artifact trail under .specs/, gates code changes behind an explicit user approval, then scales a team from 3 (lite) to roughly 9 (full) agents based on complexity. Use for sizable features spanning…

7 2d ago A 121 tokens original MIT

team-review

54

mgiovani/cc-arsenal

Skill Claude CodeCodex

Multi-agent review team: architecture, security, performance, testing, style, docs/UX, plus an adversary that cross-examines the other 6, for security-sensitive, architectural, or large PRs (15+ files) where a single-agent pass risks missing cross-cutting issues. Use for auth/payments/PII changes, schema/pattern…

7 2d ago A 130 tokens original MIT

test-suite

55

mgiovani/cc-arsenal

Skill Claude CodeCodex

Generates a test suite by analyzing coverage gaps, prioritizing critical and untested code paths, then writing tests in parallel that match the project's existing patterns. Use when the user wants to write tests, add test coverage, generate test cases, improve testing, or analyze coverage gaps. Supports pytest…

7 2d ago A 86 tokens original MIT

vrt-check

56

mgiovani/cc-arsenal

Skill Claude CodeCodex

Runs the project's visual regression testing (VRT) workflow, detects whatever tooling the repo actually uses (justfile/Makefile/package.json targets like visual-diff or visual-update, Storybook test-runner, Playwright screenshot tests, Chromatic, Loki, Percy), executes the diff, and triages every failure as a real…

7 2d ago A 180 tokens original MIT

wtf

57

mgiovani/cc-arsenal

Skill Claude CodeCodex

Re-explain your own previous message in plain, simplified English (ASD-STE100 style), when the user did not understand it. Use when the user replies with "wtf", "what?", "I don't get it", "explain that again simpler", "ELI5", or "in plain English". Rewrites what was already said; it does not do new work, new research…

7 2d ago A 89 tokens original MIT