dr

Forward all arguments from /dr to /dry-run for command validation.

31|6|Updated Dec 13, 2025
One-click install
npx skills add https://github.com/WaterplanAI/agentic-config --skill dr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dr
Source: https://github.com/WaterplanAI/agentic-config/tree/main/core/skills/dr
Command: npx skills add https://github.com/WaterplanAI/agentic-config --skill dr

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Forward input to /dry-run to avoid retyping long commands.

Core Features & Use Cases

  • Argument passthrough: forwards every provided argument to /dry-run without modification.
  • Workflow convenience: accelerates testing and validation by enabling quick dry-run simulations.
  • Use Case: Example: /dr /po_spec path/to/spec.md becomes /dry-run /po_spec path/to/spec.md.

Quick Start

Use the dr alias to forward all arguments to /dry-run.

  • /dr /po_spec path/to/spec.md
  • /dr /spec IMPLEMENT path/to/spec.md
  • /dr <question>

Frequently Asked Questions about dr

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I quickly validate a command without retyping it?

Use /dr to forward all arguments directly to /dry-run, enabling fast command validation. Instead of retyping /dry-run with the same arguments, /dr passes everything through unchanged—useful for testing commands before execution.

Can I use /dr as a shorthand for dry-run simulations?

/dr is a CLI alias that forwards every argument to /dry-run without modification. It accelerates workflow by eliminating retyping, so /dr /po_spec path/to/spec.md becomes /dry-run /po_spec path/to/spec.md instantly.

What's the fastest way to test commands with dry-run before running them?

The /dr alias reduces friction by accepting any prompt or command and passing all arguments to /dry-run unchanged. It requires no setup or external dependencies—type /dr followed by your command to validate it without execution.

Does /dr work with different command types and arguments?

/dr forwards every argument and parameter to /dry-run preserving them exactly, so it works across any prompt, command, or specification file you provide—no modification or filtering occurs.

When should I use /dr instead of typing /dry-run directly?

Use /dr when you need to run frequent dry-run simulations on long commands; it saves keystrokes and avoids retyping arguments. It's especially useful for iterative testing and validation workflows where speed matters.