verify-tests-fail-without-fix
Pass
Audited by Gen Agent Trust Hub on Mar 3, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- Command Execution: The skill utilizes
git,gh, andpwshto perform repository operations, interact with GitHub's API, and execute the .NET test suite. These commands are integral to the skill's functionality for PR validation and build management.\n- Automated Label Management: The script manages labels on the target repository using theghCLI's API capabilities. This is used to communicate verification status directly on the Pull Request.\n- Temporary File Manipulation: To verify test behavior before and after a fix, the skill usesgit checkoutto temporarily revert specific source files. This allows the agent to confirm that a test fails without the fix and passes with it, ensuring the test's validity.\n- Dynamic Test Selection: The script parses local source files using regular expressions to identify relevant test classes. This data is then used to construct filters for the test runner, focusing execution on the code under review.
Audit Metadata