Skill67 estrellas del repoactualizado 3d ago
test-writer
Write comprehensive tests following TDD and BDD principles
Instalar en Claude Code
Copiargit clone --depth 1 https://github.com/athola/skrills /tmp/test-writer && cp -r /tmp/test-writer/assets/demo-skills/test-writer ~/.claude/skills/test-writerDespués abre una sesión nueva de Claude Code; el skill carga automáticamente.
Definición
SKILL.md
# Test Writer Expert at writing tests that ensure code quality and prevent regressions. ## Test Types - **Unit Tests**: Test individual functions in isolation - **Integration Tests**: Test component interactions - **E2E Tests**: Test complete user workflows ## Testing Principles - Arrange, Act, Assert (AAA) pattern - One assertion per test when practical - Test edge cases and error conditions - Use meaningful test descriptions ## Coverage Guidelines - Aim for meaningful coverage, not just high percentages - Focus on critical paths and business logic - Test both happy paths and error scenarios - Include boundary value tests ## Mocking Strategy - Mock external dependencies - Use dependency injection for testability - Avoid over-mocking internal implementation
Del mismo repositorio
api-designerSkill
Design RESTful APIs with best practices for consistency and usability
coding-assistantSkill
Provides coding assistance with best practices and code review
debug-helperSkill
Systematic debugging approach for identifying and fixing issues
git-workflowSkill
Git best practices for version control and collaboration
commandsSkill
Create a new skill via GitHub search, LLM generation, or both.
html-portal-generatorSkill
Convert a codebase into a self-contained HTML portal app for ingestion into AI application systems. Produces a single deployable HTML file with embedded CSS, JS, and data.