·testing-guidelines
</>

testing-guidelines

Guide for writing tests. Use when adding new functionality, fixing bugs, or when tests are needed. Emphasizes integration tests, real-world fixtures, and regression coverage.

41Installs·2Trend·@getsentry

Installation

$npx skills add https://github.com/getsentry/warden --skill testing-guidelines

How to Install testing-guidelines

Quickly install testing-guidelines AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/getsentry/warden --skill testing-guidelines
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: getsentry/warden.

SKILL.md

View raw

ALWAYS mock third-party network services. ALWAYS use fixtures based on real-world data.

Focus on end-to-end style tests that validate inputs and outputs, not implementation details.

When a bug is identified, ALWAYS add a test that would have caught it.

Guide for writing tests. Use when adding new functionality, fixing bugs, or when tests are needed. Emphasizes integration tests, real-world fixtures, and regression coverage. Source: getsentry/warden.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/getsentry/warden --skill testing-guidelines
Category
</>Dev Tools
Verified
First Seen
2026-02-21
Updated
2026-03-10

Browse more skills from getsentry/warden

Quick answers

What is testing-guidelines?

Guide for writing tests. Use when adding new functionality, fixing bugs, or when tests are needed. Emphasizes integration tests, real-world fixtures, and regression coverage. Source: getsentry/warden.

How do I install testing-guidelines?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/getsentry/warden --skill testing-guidelines Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/getsentry/warden