概要
The Git PR Workflow Manager skill (pr-workflow) is designed to eliminate direct pushes to main branches and standardize the contribution process. It guides the developer through a structured sequence including branch creation, local synchronization, and mandatory validation via pnpm lint, test, and typecheck. Beyond automation, it enforces high-quality documentation by requiring PR descriptions that detail impact analysis, rollback strategies, and environment considerations. It also includes critical security pre-checks to prevent the accidental leakage of local environment variables or credentials before code is pushed to the repository.