feat: add 5 agent checks derived from codebase history#10401
Open
feat: add 5 agent checks derived from codebase history#10401
Conversation
Add agent checks targeting the highest-impact areas identified from analyzing recent PRs, open issues, and contribution patterns: - error-message-quality: Catch swallowed errors and generic "Unknown error" messages (addresses 12/15 open issues being auth/integration errors) - breaking-change-detector: Flag CLI renames, API changes, and URL updates that leave stale references (addresses 6 PRs in 8 days fixing the same CLI command rename) - dependency-security-review: Meaningful review of dependency bumps for security implications (25% of merged PRs are automated dep bumps) - input-validation: Ensure user inputs like API keys and config values are validated before causing downstream failures - test-coverage: Verify new functionality includes corresponding tests 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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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
Adds 5 new Agent Checks to
.continue/agents/targeting the highest-impact areas identified by analyzing recent PRs, open issues, and contribution patterns in this repo:cn check→cn review→cn checksrenameThese checks complement the existing agents (anti-slop, security-audit, setup-scripts, update-agents-md, update-continue-docs, react-best-practices) and will be auto-discovered by the
continue-agents.ymlworkflow.Test plan
nameanddescriptionfields)cn checkslocally to confirm the new agents are discovered🤖 Generated with Claude Code
Summary by cubic
Adds five review agents under .continue/agents to flag breaking changes, weak error handling, risky dependency updates, missing validation, and missing tests. Includes Prettier formatting of the agent files; no functional changes.
Written for commit cd54c53. Summary will update on new commits.