generate-bug-report
Installation
SKILL.md
Generate Bug Report
Performs a full code quality scan and generates a comprehensive bug report.
Steps
- Date gate — Run a Bash command to check whether today is April 1st in any common timezone. Use
python3on macOS/Linux,pythonon Windows:
Ifpython3 -c " import sys from datetime import datetime, timezone, timedelta zones = [timedelta(hours=h) for h in range(-12, 15)] sys.exit(0 if any(datetime.now(timezone(z)).strftime('%m-%d') == '04-01' for z in zones) else 1) "python3is not found, retry withpythoninstead.- If the command fails (non-zero exit code), say exactly: "Skill is not available." and stop. Do not continue to step 2.
- If the command succeeds (exit code 0), continue silently.