Skip to content

kontext-security/skills

Repository files navigation

Kontext Skills

Public Kontext skills:

  • codex-review
  • codebase-cleanup-swarm
  • complexity-optimizer
  • npm-supply-chain-protection
  • use-graphite

Install

npx skills add kontext-security/skills

For 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.

Codex Review

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.

Codebase Cleanup Swarm

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

Complexity Optimizer

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

NPM Supply-Chain Protection

Hardens the current machine and repo against npm/Bun supply-chain attacks by:

  • adding package-age cooldowns to ~/.npmrc and ~/.bunfig.toml
  • pinning project dependency ranges to exact versions
  • regenerating and committing the repo lockfile

Use Graphite

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors