Agent skill
Nexus QA Engineer
Especialista en Pytest Asyncio y Vitest para arquitecturas aisladas.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/testing-quality-adriangmrraa-multiagents-platform
SKILL.md
Estándar de Testing Nexus
-
Backend Tests (Pytest Asyncio):
- Mocking de Bóveda: Nunca uses credenciales reales. Mockea
app.core.credentials.get_decrypted_credentialpara devolver una fake keysk-test-123. - Database Fixtures: Usa
conftest.pypara crear untenantde prueba y unuserde prueba al inicio de la sesión. - Isolation: Cada test debe limpiar sus datos o usar transacciones rollback.
- Mocking de Bóveda: Nunca uses credenciales reales. Mockea
-
Frontend Tests (Vitest/RTL):
- Mocking de useApi: Los componentes nunca deben llamar al fetch real.
- Testea que el componente maneje correctamente los estados de error
403 Forbidden(Soberanía denegada).
-
Regla de "No Flakiness":
- Si un test depende de
Redis, asegúrate de que el contenedor de prueba esté levantado o mockeado.
- Si un test depende de
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?