ALPHAThis is an early alpha preview — features may change. We appreciate your feedback!
>QLOOD-CLI

[AUTO-REVIEW]

Automatic, multi-scope checks to harden your project.

$ /review
Runs a complete automatic review by chaining three sub-commands: /reviewrepo, /reviewapp, and /reviewbuild. Produces a consolidated report.
Repository Review
$ /reviewrepo
Scans repository metadata and content to uncover issues and TODOS: stale dependencies, missing READMEs, license mismatches, issue templates, CODEOWNERS, branch protections (when detectable), and general hygiene.
Application Security Review
$ /reviewapp
Analyzes your codebase for potential security issues: exposed API keys, weak auth patterns, unsafe URL rewrites, SSRF-prone fetches, missing input validation, vulnerable dependencies, and misconfigurations.
Build & Pipeline Review
$ /reviewbuild
Reviews build scripts and CI/CD pipelines for reliability and speed: caching opportunities, flaky steps, missing tests, artifact handling, environment secret usage, and failure visibility.
Tip: Pair with workflows to auto-run reviews on pull requests. See [WORKFLOWS].