Development
review - Claude MCP Skill
Review
SEO Guide: Enhance your AI agent with the review tool. This Model Context Protocol (MCP) server allows Claude Desktop and other LLMs to review... Download and configure this skill to unlock new capabilities for your AI workflow.
🌟520 stars • 287 forks
📥0 downloads
Documentation
SKILL.md# Review
Perform a comprehensive code review based on change content.
## Workflow
1. **Analyze changes**: Run `git diff main...HEAD --name-only` to see what files changed
2. **Route to reviewers**:
- If test files changed (`.spec.ts`, `.test.ts`, `agentic-e2e-tests/`, `__tests__/`, `tests/`):
→ Invoke **test-reviewer** first for test-specific feedback
- Always invoke **uncle-bob-reviewer** for all code changes
- Always invoke **pii-reviewer** for security scan (secrets, PII, sensitive data)
3. **Post-review**:
- Check if any ADRs in `docs/adr/` need updating based on the changes
- Verify PR description is still accurate and update if needed
## Notes
- test-reviewer focuses on: pyramid placement, locator quality, flakiness, test naming
- uncle-bob-reviewer focuses on: SOLID, clean code, architecture, design patterns
- pii-reviewer focuses on: PII exposure, hardcoded secrets, sensitive data in logs/tests
- No overlap — each reviewer has distinct concernsSignals
Avg rating⭐ 0.0
Reviews0
Favorites0
Information
- Repository
- langwatch/langwatch
- Author
- langwatch
- Last Sync
- 3/12/2026
- Repo Updated
- 3/12/2026
- Created
- 1/16/2026
Reviews (0)
No reviews yet. Be the first to review this skill!