Find missing tests by failure mode and business impact. Use when handling development work that needs repeatable steps, quality gates, and practical outputs.
Public-safe hackathon source registry + filtering output (no crawling, no submissions).
Track and reduce flaky tests with deterministic isolation. Use when handling development work that needs repeatable steps, quality gates, and practical outputs.
Fetch and analyze issues from Sentry error tracking. Use when asked to check Sentry errors, pull issues, investigate exceptions, review error trends, or get crash reports from a Sentry project.
Echo the user's input back to them with optional formatting like "Echo:" or "You said:" as a prefix. Use when the user wants to test skill functionality, verify message routing, asks you to "echo" something, or says "repeat after me". Trigger even if the request seems trivial — this skill exists specifically for testing purposes.
Secure agent HTTP requests through a scanning proxy that catches credential leaks, SSRF, and prompt injection
Automatic security gate that checks packages against a vulnerability database before installation. Use before any npm install, pip install, yarn add, or package manager operation.
This skill contains multi-layer threat patterns for Scam Guards verification.
Security audit tool for ClawHub skills. Scans a skill directory with 65 detection patterns, anti-obfuscation analysis, and dual rating system (Security + Compliance). v0.6.1 fixes batch scan performance by skipping venv/node_modules directories. Use when: installing a new skill, reviewing skill safety, or auditing permissions.