Self Review banner
kooleklabs kooleklabs

Self Review

Security community

Description

--- description: Run a full self-review-and-fix loop on the current changes. Checks tests, lint, and security — fixing each issue before moving to the next. Run before every commit or PR. --- Run a self-review-and-fix loop on the current working changes: ## Step 1 — Tests 1. Detect and run the project test suite (check package.json, go.mod, Cargo.toml, pytest) 2. If tests fail: - Read each failure carefully - Fix the root cause (not the test) - Re-run until all pass 3. If no test suit

Installation

Installs to ~/.claude/commands/kooleklabs-agentic-setup-self-review.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/kooleklabs/agentic-setup/HEAD/.claude/commands/self-review.md -o ~/.claude/commands/kooleklabs-agentic-setup-self-review.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository