test

Review and generate unit tests for code using Jest, pytest, or Go testing.

1|Updated Jan 18, 2026
One-click install
npx skills add https://github.com/nielsmadan/agentic-coding --skill test-nielsmadan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: test
Source: https://github.com/nielsmadan/agentic-coding/tree/main/claude/skills/test
Command: npx skills add https://github.com/nielsmadan/agentic-coding --skill test-nielsmadan

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the process of reviewing existing tests for quality and generating new tests for code, ensuring robust and reliable software.

Core Features & Use Cases

  • Test Review: Analyzes tests against best practices, identifying issues like brittle timing, over-mocking, or lack of meaningful assertions.
  • Test Generation: Creates new tests for code, adhering to project-specific patterns and established testing principles.
  • Use Case: Before committing code, run /test --review --staged to catch potential test flaws. If new functionality is added, use /test --generate <target> to automatically create comprehensive tests.

Quick Start

Review the tests related to the current code context by running /test.

Frequently Asked Questions about test

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate unit tests for staged code changes before committing?

You can generate unit tests for staged code changes by running the test generation command on your specified target. The tool analyzes your staged changes and automatically creates comprehensive tests adhering to project-specific patterns.

Can I review existing unit tests for common quality issues like over-mocking?

Yes, you can review existing unit tests to identify quality issues like over-mocking and brittle timing. The tool analyzes your tests against established testing principles to pinpoint areas lacking meaningful assertions.

Does this automated testing tool support both Jest and pytest frameworks?

Yes, the automated testing tool supports both Jest and pytest, alongside Go testing. It integrates with these common testing frameworks to review and generate tests for your software code.

What is the best way to catch potential test flaws during code review?

The best way to catch potential test flaws during code review is to run a test review on your staged changes. This process evaluates your tests against best practices to ensure robust and reliable software.

How does AI test generation handle project-specific testing patterns?

AI test generation handles project-specific patterns by analyzing your existing code and established principles. It uses these defined patterns to ensure newly generated tests integrate seamlessly with your current testing framework.