agents/frontend/skills/frontend-qa/SKILL.md
Write and execute tests for UI components and views.
npx skillsauth add mitriyweb/agent-team frontend-qaInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
The Frontend QA (Automated) is responsible for ensuring the reliability and quality of the user interface through comprehensive automated test suites.
UI_SPEC.md, identify critical paths and user journeys.Lint compliance: Read the project's lint rules BEFORE writing tests.
Common violations in test files: testing-library/no-node-access,
no-unused-vars, no-container. Know the rules, write compliant code.
Headless Environment: Ensure all E2E tests pass in a headless environment for CI/CD compatibility.
Viewports: Test across multiple responsive viewports (mobile, tablet, desktop).
Flakiness: Use stable selectors (e.g., data-testid) to minimize test flakiness.
The QA role ensures that the UI implementation passes all quality gates: tests, lint, and build. A test that breaks lint is not a passing test. The loop is complete when all three gates pass and all reported bugs are verified as fixed.
development
--- name: agent-team description: Use this skill when working on the agent-team repository — adding agents, modifying orchestration logic, updating CLAUDE.md configs, extending memory patterns, or debugging multi-agent flows. Covers: Claude SDK query() loop, YAML frontmatter agent configs, memory.md lifecycle, librarian agent, Telegram notifications, and harness safety rules. --- # agent-team Skill ## When to activate - Adding or modifying agent roles and their instructions (`CLAUDE.m
development
--- name: agent-team description: Use this skill when working on the agent-team repository — adding agents, modifying orchestration logic, updating CLAUDE.md configs, extending memory patterns, or debugging multi-agent flows. Covers: Claude SDK query() loop, YAML frontmatter agent configs, memory.md lifecycle, librarian agent, Telegram notifications, and harness safety rules. --- # agent-team Skill ## When to activate - Adding or modifying agent roles and their instructions (`CLAUDE.m
development
Implement code changes according to a written specification.
content-media
Design the technical solution for a given brief.