Conversation
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Add .claude/skills/docs-style/SKILL.md with tone, heading, and structure rules - Add docs/cli/tui-mode.mdx as first page in new CLI tab structure - Clean up overview.mdx frontmatter (title = sidebar title, drop description)
New pages: - cli/overview — concise intro, install snippet, two-mode summary, flags table - cli/install — install, auth (login, API key, local key), requirements - cli/tui-mode — interactive session, @context, slash commands, resume, tool permissions - cli/headless-mode — -p flag, piping, output options, CI auth, examples - cli/configuration — config resolution, --config, /config, config.yaml, CLI flags, secrets - cli/tool-permissions — permission levels, defaults, flags, patterns, permissions.yaml, precedence, modes Removed: - cli/quick-start — content distributed into mode-specific pages - cli/guides — stale redirect Updated docs.json navigation to match new structure.
Contributor
There was a problem hiding this comment.
4 issues found across 34 files (changes from recent commits).
Prompt for AI agents (all issues)
Check if these issues are valid — if so, understand the root cause of each and fix them. If appropriate, use sub-agents to investigate and fix each issue separately.
<file name="docs/index.mdx">
<violation number="1" location="docs/index.mdx:5">
P2: Clarify that checks execute on the GitHub Actions runner to avoid implying PR diffs are processed externally.
(Based on your team's feedback about clarifying that review processing runs on the GitHub Actions runner, not Continue Hub.) [FEEDBACK_USED]</violation>
</file>
<file name="docs/checks/setup-on-continue.mdx">
<violation number="1" location="docs/checks/setup-on-continue.mdx:46">
P3: Clarify that the self-hosted option executes on the GitHub Actions runner so readers don’t infer the checks run in Continue Hub.
(Based on your team's feedback about clarifying that review processing runs on the GitHub Actions runner, not Continue Hub.) [FEEDBACK_USED]</violation>
</file>
<file name=".continue/checks/react-performance.md">
<violation number="1" location=".continue/checks/react-performance.md:24">
P3: The Promise.all example still makes three requests; calling it “1 round trip” is inaccurate and could mislead readers. Clarify that the requests run in parallel instead.</violation>
</file>
<file name="docs/agents/overview.mdx">
<violation number="1" location="docs/agents/overview.mdx:14">
P2: This line incorrectly implies local agents run on Continue’s cloud infrastructure. The local agents guide says they execute locally via the CLI or on GitHub Actions runners, so this statement is misleading.</violation>
</file>
Reply with feedback, questions, or to request a fix. Tag @cubic-dev-ai to re-run a review.
Reference the writing-checks and check skills from the continuedev/skills repo on the generating checks and run locally docs pages. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Rename checks pages for clarity (writing-good-checks -> best-practices, examples -> generating-checks, setup-on-continue -> running-in-ci). Update navigation, integration pages, and homepage content. Remove unused check files and add stale-comments check. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Contributor
There was a problem hiding this comment.
1 issue found across 26 files (changes from recent commits).
Prompt for AI agents (all issues)
Check if these issues are valid — if so, understand the root cause of each and fix them. If appropriate, use sub-agents to investigate and fix each issue separately.
<file name="docs/checks/quickstart.mdx">
<violation number="1" location="docs/checks/quickstart.mdx:45">
P3: The quickstart now uses `/check`, but the Generating Checks guide still documents `/checks` with examples. This inconsistency will confuse users about the correct command; align the command name across these docs.</violation>
</file>
Reply with feedback, questions, or to request a fix. Tag @cubic-dev-ai to re-run a review.
|
|
||
| <CardGroup cols={2}> | ||
| <Card title="Run Locally" icon="terminal" href="/checks/running-locally"> | ||
| Verify your checks before pushing by running `/check` in your coding agent. |
Contributor
There was a problem hiding this comment.
P3: The quickstart now uses /check, but the Generating Checks guide still documents /checks with examples. This inconsistency will confuse users about the correct command; align the command name across these docs.
Prompt for AI agents
Check if this issue is valid — if so, understand the root cause and fix it. At docs/checks/quickstart.mdx, line 45:
<comment>The quickstart now uses `/check`, but the Generating Checks guide still documents `/checks` with examples. This inconsistency will confuse users about the correct command; align the command name across these docs.</comment>
<file context>
@@ -42,21 +36,15 @@ Flag as failing if any of these are true:
<CardGroup cols={2}>
<Card title="Run Locally" icon="terminal" href="/checks/running-locally">
- Verify your checks before pushing by running `/checks` in your coding agent.
+ Verify your checks before pushing by running `/check` in your coding agent.
</Card>
- <Card title="Run Checks in CI" icon="github" href="/checks/setup-on-continue">
</file context>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Test plan
🤖 Generated with Claude Code
Summary by cubic
Shifted the docs to focus on source-controlled PR checks with a dedicated Checks tab, concise integration pages, and end-to-end guides for writing and running checks locally or in CI. Adds a docs style guide skill and a new repository check for stale/misleading comments.
New Features
.continue/checks/.Refactors
Written for commit c083672. Summary will update on new commits.