Testing Test Writing

Write unit, integration, and end-to-end tests covering edge cases.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/alenon/portfolios --skill testing-test-writing-alenon
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Testing Test Writing
Source: https://github.com/alenon/portfolios/tree/main/.claude/skills/testing-test-writing
Command: npx skills add https://github.com/alenon/portfolios --skill testing-test-writing-alenon

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill guides the creation of high-quality unit, integration, and end-to-end tests, ensuring application reliability, preventing regressions, and accelerating development cycles. It automates adherence to testing best practices, saving you time on debugging and manual QA.

Core Features & Use Cases

  • Test Coverage: Guides AI to write tests that cover critical code paths and edge cases.
  • Test Best Practices: Ensures tests are maintainable, readable, and follow established patterns (e.g., AAA pattern).
  • Use Case: When developing a new service, this skill ensures the AI writes corresponding unit tests for all functions and integration tests for API endpoints, giving you confidence in your code.

Quick Start

Use the Testing Test Writing skill to write unit tests for the CalculatePortfolioValue function in internal/services/portfolio.go, covering edge cases and error conditions.