From devline
Final comprehensive pull request review — the last gate before merge. Checks security, credentials, code quality, tech debt, conventions, and plan compliance.
How this skill is triggered — by the user, by Claude, or both
Slash command
/devline:deep-reviewThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Launch the **deep-review** agent for a comprehensive final review.
Launch the deep-review agent for a comprehensive final review.
git diff main...HEAD (or equivalent) to identify all changesThe deep-review will perform:
npx claudepluginhub conava/claude-devline --plugin devlineReviews code changes for correctness, regressions, security, compatibility, and test coverage before merge. Designed for PRs, branches, or local diffs.
Reviews current branch git changes via dual Codex + Claude analysis: functionality, bugs, security (gitleaks), performance, code quality, tests. Structured report with CRITICAL/WARNING/INFO levels.
Reviews local changes, PRs/MRs, or branch diffs against project coding guidelines using 5-7 parallel review agents (bug detection, security/logic, guideline compliance, code simplification, test coverage, contract quality). High-signal findings only.