Public Kontext skills:
codex-reviewcodebase-cleanup-swarmcomplexity-optimizernpm-supply-chain-protectionuse-graphite
npx skills add kontext-security/skillsFor code review closeout, tell your agent:
Use the codex-review skill.
For aggressive repo cleanup, tell your agent:
Use the codebase-cleanup-swarm skill.
For complexity analysis and safe optimization, tell your agent:
Use the complexity-optimizer skill.
For npm/Bun supply-chain hardening, tell your agent:
Use the NPM Supply-Chain Protection skill.
For stacked PRs with Graphite, tell your agent:
Use the use-graphite skill.
Runs Codex's built-in code review as the golden-standard closeout check for PRs, Graphite stacks, branches, and local patches.
It keeps review report-first, verifies findings against the real code path, and uses concise human review comments only after approval.
Runs a multi-agent cleanup pass for high-confidence code quality improvements by:
- finding duplicate logic, dead code, weak typing, circular dependencies, and legacy fallback paths
- assigning narrow cleanup lanes to parallel workers
- integrating only merge-ready changes that pass validation
Analyzes codebases for algorithmic complexity and performance hotspots by:
- ranking costly loops, repeated scans, rendering churn, and N+1-style patterns
- distinguishing real hot-path risk from scanner noise
- proposing or implementing small optimizations with tests and behavior preserved
Hardens the current machine and repo against npm/Bun supply-chain attacks by:
- adding package-age cooldowns to
~/.npmrcand~/.bunfig.toml - pinning project dependency ranges to exact versions
- regenerating and committing the repo lockfile
Keeps coding agents on the Graphite workflow for stacked PRs by:
- creating and submitting stacks with
gt - updating mid-stack review feedback safely
- syncing, restacking, and repairing Graphite branch metadata