AI SummaryA code review agent that validates TypeScript projects against internal conventions, including vendor encapsulation, test patterns, and permission decorators. Useful for teams maintaining strict code quality standards across AWS Lambda and infrastructure projects.
Install
Copy this and paste it into Claude Code, Cursor, or any AI assistant:
I want to set up the "review-specialist" agent in my project. Please run this command in my terminal: # Copy to your project's .claude/agents/ directory mkdir -p .claude/agents && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/agents/review.md "https://raw.githubusercontent.com/j0nathan-ll0yd/aws-cloudformation-media-downloader/master/.claude/agents/review.md" Then explain what the agent does and how to invoke it.
Description
Reviews code for conventions and quality
Focus Areas
• Vendor encapsulation (ZERO tolerance for direct imports) • Entity mocking patterns in tests • Response helper usage • Permission decorator coverage
Validation Commands
`bash pnpm run validate:conventions # MCP rules pnpm run precheck # ESLint + TypeScript `
Reference
• Conventions Tracking • Vendor Encapsulation Policy
Discussion
0/2000
Loading comments...
Health Signals
MaintenanceCommitted 1mo ago
● ActiveAdoptionUnder 100 stars
3 ★ · NicheDocsMissing or thin
UndocumentedMIT License
My Fox Den
Community Rating
Sign in to rate this booster
Works With
Claude Code