aif-deploy
Installation
SKILL.md
Deployment Assistant
Help prepare and execute deployments safely with automated checks and documentation.
Behavior
Without Arguments (Pre-flight Checks Only)
Run deployment readiness checks:
-
Git Status Check
- Ensure working directory is clean
- Verify on correct branch
- Check if branch is up to date with remote
-
Build Check
- Run build command (
npm run build,cargo build, etc.) - Report any build errors
- Run build command (