What It Does
FE Claude Skills provides two complementary Claude Code abilities for Angular 20+ projects: dev-guard enforces coding standards during development, and review-prs runs automated 6-agent parallel PR review that posts approval or change requests directly to GitHub.
How It Works
dev-guard loads your team’s standards into Claude’s context at every conversation start via .agent-instructions/. Claude writes code following these rules before you create a PR, preventing issues early.
review-prs triggers on PR creation and launches six specialized agents to review Angular patterns, TypeScript quality, WCAG 2.2 AA accessibility, memory leaks, architecture, test coverage, and regression risk. Results post as GitHub comments with approve or request-changes verdicts.
Use Cases
- Enforce consistent Angular patterns and TypeScript practices across teams
- Catch accessibility issues automatically before they reach QA
- Reduce PR review burden by filtering for architecture and logic concerns
- Onboard developers faster with built-in standards enforcement
- Prevent regressions through automated pattern detection
Who Benefits
Angular teams using Claude Code in their development workflow. Engineering managers reducing code review overhead. Design systems teams auditing component code for accessibility compliance.