wtf.setup
Installation
SKILL.md
Setup
Pre-flight check and installer for the WTF workflow.
Validate the GitHub CLI. Install required extensions. Make sure .github/ISSUE_TEMPLATE/ holds all required templates.
Set up issue classification (native GitHub issue types or labels) and the lifecycle labels.
Install the PR template. Agents and humans can then create structured issues and pull requests.
Process
1. Verify gh is installed
gh --version
If gh is not found, tell the user that the GitHub CLI is required. Link them to https://cli.github.com. Stop. Do not continue until gh is installed.