What problem does it solve? Before releasing or demoing an NCS (nRF Connect SDK) firmware project, teams need a structured, hardware-free verification pass covering code quality, build integrity, and documentation consistency. This Skill automates that verification phase and produces a standardized report with clear routing for any issues found. ## Core Features & Use Cases - Independent Code Review: Delegates review to a separate code-reviewer agent so the implementation is checked by a fresh perspective, with P0/P1/P2 severity findings. - Build & Format Verification: Runs the exact build commands documented in the project README, enforces zero compiler warnings, and checks clang-format compliance using the NCS toolchain. - Host Tests & PRD Traceability: Executes native_sim/ztest suites when present, reads code FR-by-FR against PRD acceptance criteria, and audits the PRD → Specs → Code → README version chain. - Use Case: After merging a feature branch to main in an nRF70 Wi-Fi firmware project, run this Skill to produce a timestamped verification report in docs/qa-test/ confirming the build is clean, requirements are satisfied, and docs are consistent before hardware validation. ## Quick Start Ask Claude to run the NCS verification skill on the current project to perform code review, build checks, host tests, and a documentation audit, then generate the verification report.