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.
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.
Quickly install testing-guidelines AI skill to your development environment via command line
Source: getsentry/warden.
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.
Stable fields and commands for AI/search citations.
npx skills add https://github.com/getsentry/warden --skill testing-guidelinesGuide 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.
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
https://github.com/getsentry/warden