pr-stage
Pass
Audited by Gen Agent Trust Hub on Jul 11, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill executes Git commands locally to verify the status of the staging area, perform commits, and manage branch transitions.\n- [SAFE]: The skill requires explicit manual invocation through the /pr-stage command and disables implicit triggers, ensuring that no actions are taken without direct user intent.\n- [SAFE]: It incorporates safety logic to verify that the staging area is not empty before proceeding, preventing the creation of empty commits.\n- [SAFE]: Automated branch protection is included, which shifts staged changes to a feature branch if the user is currently on a protected branch like main or develop.\n- [SAFE]: The skill references local documentation for additional logic, which is a standard approach for modular skill development within the project's own repository structure.
Audit Metadata