SE-CoVe plugin for Claude Code verifies AI-generated code against requirements, reducing bugs. Engineers benefit from unbiased code reviews, improving quality and reducing manual effort. Integrates with Claude Code for automated verification in software development workflows.
git clone https://github.com/vertti/se-cove-claude-plugin.gitSE-CoVe applies Meta's Chain-of-Verification research to code review, improving accuracy by checking against requirements rather than implementation. The plugin analyzes 35+ software engineering claim categories across correctness, security, and performance domains. It uses a multi-agent pipeline with confidence scoring, severity ranking, and parallel verification tracks to identify bugs, security vulnerabilities, and performance issues. Engineers can run quick sanity checks or thorough reviews with domain-specific focus areas like authentication, caching, error handling, and API contracts. Use SE-CoVe for complex code generation, architectural decisions, and bug investigations where independent verification reduces bias and catches issues faster.
Add the marketplace with `/plugin marketplace add vertti/se-cove-claude-plugin`, then install with `/plugin install chain-of-verification`. Run `/chain-of-verification:verify <your question>` with optional flags like `--quick`, `--thorough`, or `--focus=security` to customize the verification depth and area.
Verify complex code generation for correctness before deployment
Security-focused review of authentication and input validation
Performance analysis for N+1 queries, caching, and complexity issues
API contract and error handling verification
No install command available. Check the GitHub repository for manual installation instructions.
git clone https://github.com/vertti/se-cove-claude-pluginCopy the install command above and run it in your terminal.
Launch Claude Code, Cursor, or your preferred AI coding agent.
Use the prompt template or examples below to test the skill.
Adapt the skill to your specific use case and workflow.
I'm using the SE-CoVe plugin for Claude Code to verify this AI-generated code for [COMPANY]. Here's the code: [CODE]. Here are the requirements it must meet: [REQUIREMENTS]. Please verify the code against these requirements and provide a detailed report.
```markdown # Code Verification Report ## Code Overview - **Language**: Python - **Functionality**: Data processing pipeline - **Lines of Code**: 142 ## Requirements Compliance ### ✅ Fully Met - **Req-001**: Handles CSV input with headers - Implemented with `csv.DictReader` - **Req-003**: Processes data in batches of 1000 records - Batch processing logic correctly implemented ### ⚠️ Partially Met - **Req-002**: Validates data types for critical fields - Implemented for 'date' and 'amount' fields but missing for 'customer_id' ### ❌ Not Met - **Req-004**: Implements retry logic for failed API calls - No retry mechanism found in the code ## Recommendations 1. Add validation for 'customer_id' field (string, 8-12 chars) 2. Implement exponential backoff retry for API calls 3. Consider adding logging for batch processing steps ## Confidence Score - **Overall Compliance**: 78% ```
AI assistant built for thoughtful, nuanced conversation
Get more done every day with Microsoft Teams – powered by AI
Automate security compliance and monitor real-time security posture seamlessly.
Automate your spreadsheet tasks with AI power
Agentic AI Workflow platform
Connected workspace for docs, wikis, and projects
Take a free 3-minute scan and get personalized AI skill recommendations.
Take free scan