What problem does it solve?
It helps developers verify that their repository, branch, and environment settings are correct, preventing common misconfigurations that waste time and cause errors.
Core Features & Use Cases
- Repository Validation: Checks if the current remote matches the expected owner and repo name.
- Branch and Upstream Check: Ensures you are on a proper branch tracking the correct upstream.
- Pre-Work Environment Validation: Validates CI status, open PRs, active sessions, and AWS session validity.
- Use Case: When starting a new feature branch, run this skill to confirm the repo is correctly set up, CI is passing, and no conflicting sessions are active.
- Technical Checks: Assesses repo health, active sessions in worktrees, and dependency states, reducing risk of integration issues.
Quick Start
Run /preflight with your repository URL to get a detailed health report before beginning new work.