Summary
PR #11697 added the ability for cn review to discover check files from both .continue/agents/ and .continue/checks/ directories. However, the cn review command is not documented in the CLI documentation at all.
Current state
- The CLI documentation (
docs/cli/) does not mention the cn review command
- The checks documentation references
/check skill for local running but not cn review
- Users who follow the docs create checks in
.continue/checks/ but may not know about cn review
Documentation needed
- Add documentation for the
cn review command to the CLI docs (possibly in a new docs/cli/review.mdx file or in the quickstart)
- Document that
cn review discovers checks from both:
.continue/agents/*.md
.continue/checks/*.md (with .continue/agents/ taking precedence on duplicate filenames)
- Update the checks documentation (
docs/checks/running-locally.mdx) to mention cn review as an alternative to the /check skill
Related
Generated with Continue
Co-Authored-By: Continue noreply@continue.dev
Summary
PR #11697 added the ability for
cn reviewto discover check files from both.continue/agents/and.continue/checks/directories. However, thecn reviewcommand is not documented in the CLI documentation at all.Current state
docs/cli/) does not mention thecn reviewcommand/checkskill for local running but notcn review.continue/checks/but may not know aboutcn reviewDocumentation needed
cn reviewcommand to the CLI docs (possibly in a newdocs/cli/review.mdxfile or in the quickstart)cn reviewdiscovers checks from both:.continue/agents/*.md.continue/checks/*.md(with.continue/agents/taking precedence on duplicate filenames)docs/checks/running-locally.mdx) to mentioncn reviewas an alternative to the/checkskillRelated
Generated with Continue
Co-Authored-By: Continue noreply@continue.dev