refactor(skills): consolidate code verification skills into one (#4854)
* chore: release v0.7.0 (2026.4.3)
168 merged PRs, 223 commits, 46 resolved issues, 40+ contributors.
Highlights: pluggable memory providers, credential pools, Camofox browser,
inline diff previews, API server session continuity, ACP MCP registration,
gateway hardening, secret exfiltration blocking.
* refactor(skills): consolidate code-review + verify-code-changes into requesting-code-review
Merge the passive code-review checklist and the automated verification
pipeline (from PR #4459 by @MorAlekss) into a single requesting-code-review
skill. This eliminates model confusion between three overlapping skills.
Now includes:
- Static security scan (grep on diff lines)
- Baseline-aware quality gates (only flag NEW failures)
- Multi-language tool detection (Python, Node, Rust, Go)
- Independent reviewer subagent with fail-closed JSON verdict
- Auto-fix loop with separate fixer agent (max 2 attempts)
- Git checkpoint and [verified] commit convention
Deletes: skills/software-development/code-review/ (absorbed)
Closes: #406 (independent code verification)