Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions docs/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -31,19 +31,19 @@ Review this PR and check that:
3. Open a PR. The agent will show up as a check in GitHub.
4. If changes are suggested, click the check in GitHub and accept or reject the suggestion to make the check pass.

## Example agents
## Preconfigured Cloud Agents

<CardGroup cols={2}>
<Card title="Code Security Review" icon="shield-check" href="https://continue.dev/continuedev/code-security-review">
<Card title="Code Security Review" icon="shield-check" href="https://www.continue.dev/agents/a395928f-1547-409b-bba2-28e968d78c83">
Performs a comprehensive security audit for OWASP Top 10 vulnerabilities and security best practices.
</Card>
<Card title="Improve Test Coverage" icon="vial" href="https://continue.dev/continuedev/improve-test-coverage">
<Card title="Improve Test Coverage" icon="vial" href="https://www.continue.dev/agents/5e88b9a4-8815-4f43-9422-60a1a3c502b0">
Make incremental improvements to test coverage every day.
</Card>
<Card title="Update AGENTS.md" icon="robot" href="https://continue.dev/continuedev/create-or-update-agentsmd">
<Card title="Update AGENTS.md" icon="robot" href="https://www.continue.dev/agents/79bde57b-ee59-4164-9e3e-dbb0f512a95f">
Keep your AGENTS.md continuously synced with your codebase.
</Card>
<Card title="Draft Changelog Update" icon="file-lines" href="https://continue.dev/continuedev/create-or-update-changelog">
<Card title="Draft Changelog Update" icon="file-lines" href="https://www.continue.dev/agents/f58139c5-4f85-4e33-9970-35bbe320c3b6">
Create a draft update to CHANGELOG.md based on recent changes in a pull request.
</Card>
</CardGroup>
Loading