verification-before-completion

Run automated test commands and analyze output logs to validate code changes.

91|37|Updated Jul 31, 2020
One-click install
npx skills add https://github.com/growingio/growingio-sdk-ios-autotracker --skill verification-before-completion-growingio
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: verification-before-completion
Source: https://github.com/growingio/growingio-sdk-ios-autotracker/tree/main/.agents/skills/verification-before-completion
Command: npx skills add https://github.com/growingio/growingio-sdk-ios-autotracker --skill verification-before-completion-growingio

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes skills (resource) components.

What problem does it solve?

This Skill helps teams verify that their work has been properly tested and validated before marking it as complete, preventing premature approvals and ensuring quality.

Core Features & Use Cases

  • Verification Commands Identification: Guides users to select the correct testing procedures based on the scope of recent changes.
  • Execution and Validation: Provides detailed instructions for running tests and build commands, analyzing output logs for success or failure indicators.
  • Use Case: When preparing code for review, a developer runs the verification process to confirm all tests pass, avoiding overlooked errors.

Quick Start

Use the verification-before-completion skill to confirm that the build and tests are successful before submitting your work for review.

Frequently Asked Questions about verification-before-completion

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I verify code changes before submitting for review?

To verify code changes before review, run automated testing procedures and build commands, then analyze execution output logs for success or failure indicators. This validation prevents overlooked errors and ensures work is thoroughly tested before completion or review.

What is the best way to automate build verification in a continuous integration workflow?

Automating build verification in continuous integration involves executing validation commands and checking command execution results and output logs for verification signals. This ensures code changes are thoroughly tested before being marked as complete within the software development pipeline.

How do I select the right testing procedures for recent code changes?

Selecting the right testing procedures involves identifying the appropriate verification commands based on the scope of recent changes. This ensures that the validation process accurately targets the modified code areas before running execution and validation steps.

Why does code verification fail before completion and how do I check the output?

Code verification fails before completion when automated test commands return errors, which you detect by analyzing execution output logs for failure indicators. Checking these output logs allows you to identify and resolve issues before submitting work for review.

Can I use automated validation for code review preparation in software development?

Yes, you can use automated validation for code review preparation by running build and test commands to confirm all tests pass. This process analyzes output logs to ensure work is properly tested and validated before marking it as complete.