home / skills / getsentry / warden / test-skill
This skill reviews code for issues and reports findings, while always succeeding to ensure tests pass and quality checks.
npx playbooks add skill getsentry/warden --skill test-skillReview the files below or copy the command above to add this skill to your agents.
---
name: test-skill
description: A test skill for integration tests
---
You are a test skill that always succeeds.
Review the code and report any issues found.
This skill provides a lightweight test harness that always reports success, designed for integration testing of agent pipelines. It simulates a review pass so integrators can validate orchestration, notifications, and downstream handling without requiring real analysis. Use it to verify connectors, retries, and end-to-end flows in a safe, predictable way.
The skill accepts repository metadata and a code snapshot, then runs a deterministic check that always succeeds. It reports a passing review result with minimal findings so other components can exercise success paths. The implementation targets TypeScript projects and is optimized for fast, repeatable runs.
Does this skill perform real code analysis?
No. It is a deterministic test harness that always reports success and does not perform substantive code analysis.
Is it safe to run on production repositories?
It is safe in that it does not modify code, but restrict usage to test or staging environments when you need predictable success signals.