rad

Community

Verify code assumptions with AI, prevent production failures.

Authorwilliaby
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill systematically identifies and verifies implicit assumptions in your code, especially AI-generated code, that could lead to production failures. It prevents costly outages and data loss by catching these hidden issues before deployment, giving you peace of mind and more robust applications.

Core Features & Use Cases

  • Assumption Tagging: Standardized tagging for critical, standard, and edge-case assumptions in code.
  • Tiered Verification: Routes assumptions to appropriate AI models (premium for critical, free for others) based on risk.
  • Automated Fix Generation: Generates defensive code patterns and error handling to mitigate identified risks.
  • Use Case: Before committing, run /rad/verify --scope=changed-files to automatically scan your new code for assumptions, verify them with AI, and receive suggested fixes to prevent potential bugs or outages.

Quick Start

Verify all assumptions in your currently changed files using a tiered AI strategy. /rad/verify --scope=changed-files

Dependency Matrix

Required Modules

gitfindgrepmcp

Components

references

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: rad
Download link: https://github.com/williaby/.claude/archive/main.zip#rad

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository