frontend-reviewer
π―Skillfrom olehsvyrydov/ai-development-team
Reviews frontend code for quality, best practices, potential bugs, and adherence to coding standards, providing detailed feedback and improvement suggestions for frontend development.
Installation
npx skills add https://github.com/olehsvyrydov/ai-development-team --skill frontend-reviewerSkill Details
Overview
# AI Development Team
A reusable repository of specialized Claude Code skills that work together like a real software development team. Each "agent" has deep expertise, follows best practices, and can be invoked for specific tasks.
Team Overview
```
MANAGEMENT LAYER
βββββββββββββββββββββββ¬ββββββββββββββββββββββ
β β β
ββββββββΌβββββββ βββββββββΌββββββββ ββββββββΌβββββββ
β PRODUCT β β SCRUM β β BUSINESS β
β OWNER β β MASTER β β ANALYST β
β /po β β /sm β β /ba β
ββββββββ¬βββββββ βββββββββ¬ββββββββ ββββββββ¬βββββββ
βββββββββββββββββββββββΌββββββββββββββββββββββ
β
ARCHITECTURE LAYER
ββββββββββββΌβββββββββββ
β SOLUTION β
β ARCHITECT β
β /arch β
ββββββββββββ¬βββββββββββ
β
βββββββββββββββββββββββββΌββββββββββββββββββββββββ
β β β
ββββββββββΌββββββββ βββββββββββΌβββββββββ βββββββββββΌβββββββββ
β BACKEND β β FRONTEND β β DEVOPS β
β DEVELOPER β β DEVELOPER β β ENGINEER β
β /be β β /fe β β β
βββββββββ¬βββββββββ ββββββββββ¬ββββββββββ ββββββββββ¬ββββββββββ
β β β
β QUALITY LAYER β β
βΌ βΌ βΌ
βββββββββββββββββ βββββββββββββββββ βββββββββββββββββ
β CODE β β UI/UX β β SECOPS β
β REVIEWER β β DESIGNER β β ENGINEER β
β /rev β β /ui β β β
βββββββββ¬ββββββββ βββββββββ¬ββββββββ βββββββββββββββββ
βΌ βΌ
βββββββββββββββββ βββββββββββββββββ
β QA / TEST β β E2E β
β DESIGNER β β TESTER β
β /qa β β /e2e β
βββββββββββββββββ βββββββββββββββββ
COMPLIANCE LAYER
ββββββββββββββββ¬βββββββββββββββ¬βββββββββββββββ
β β β β
βββββββΌββββββ βββββββΌββββββ βββββββΌββββββ βββββββΌββββββ
βACCOUNTANT β β LEGAL β β MARKETING β β TECHNICAL β
β /fin β β /legal β β /mkt β β WRITER β
βββββββββββββ βββββββββββββ βββββββββββββ βββββββββββββ
```
---
Quick Start
Installation (One Command)
```bash
# Clone and install
git clone https://github.com/your-org/ai-dev-team.git
cd ai-dev-team
./install.sh
```
The installer will:
- Detect existing
~/.claudedirectory - Offer merge or replace options
- Backup existing configuration if replacing
- Install all skills, commands, and templates
Manual Installation
```bash
# Clone the repository
git clone https://github.com/your-org/ai-dev-team.git
cd ai-dev-team
# Copy to ~/.claude
cp -r claude/* ~/.claude/
```
Verify Installation
```bash
# List installed skills
ls ~/.claude/skills/
# List commands
ls ~/.claude/commands/
# In Claude Code, try:
/agents
```
---
What Gets Installed
```
~/.claude/
βββ CLAUDE.md # Global instructions (TDD, workflow)
βββ TEAM_WORKFLOW.md # Complete team workflow documentation
β
βββ skills/ # 33 AI agent skills
β βββ management/ # Product Owner, Scrum Master, Business Analyst
β βββ architecture/ # Solution Architect, GraphQL Developer
β βββ development/
β β βββ backend/ # Java, Kotlin, Python specialists
β β βββ frontend/ # React, Angular, Vue, Flutter
β βββ quality/
β β βββ review/ # Code
More from this repository10
Performs comprehensive end-to-end testing of web applications by simulating real user interactions and validating complete user workflows across different scenarios and system components.
Reviews backend code for quality, adherence to best practices, potential performance issues, and architectural consistency in software development projects.
Based on the repository's structure and team-oriented approach, I cannot definitively determine the specific function of the "apex" skill from the README. The README provides an overview of the AI ...
Provides AI-powered legal analysis, contract review, and risk assessment to help professionals draft, interpret, and validate legal documents efficiently
Validates frontend code quality, performs automated UI testing, and generates comprehensive test reports to ensure robust web application functionality and user experience.
Generates GraphQL schema definitions, resolvers, and type-safe API implementations with best practices for complex backend data layer architectures.
Validates backend API functionality, tests server-side logic, and generates comprehensive test cases to ensure robust and reliable backend system performance.
secops-engineer skill from olehsvyrydov/ai-development-team
Analyzes financial transactions, generates accounting reports, and provides insights into financial data and potential cost-saving opportunities for business operations.
Manages infrastructure-as-code by creating, validating, and optimizing Terraform configurations with expert-level precision and best practices.