Open main menu
Article
Quizzes
Tools
EN
Article
Quizzes
Tools
All quizzes
/
AI Skills & Workflows
/
A team use...
A team uses a two-stage review in their subagent-driven development skill. Stage 1 checks correctness; Stage 2 checks code quality. Why separate these into two stages?
Mixing concerns in one review leads to incomplete checks — separating them ensures both correctness and quality are fully evaluated
Two-stage review is required by most CI/CD pipelines as a technical constraint
The first stage is done by the AI and the second stage must always be done by a human
It reduces API costs because each stage uses a smaller and cheaper model
Submit answers