pipeline-test-verify

Automate pre-commit verification for unit, integration, security, and documentation checks.

3|1|Updated Dec 21, 2025
One-click install
npx skills add https://github.com/I-Onlabs/claude-code-skills --skill pipeline-test-verify
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pipeline-test-verify
Source: https://github.com/I-Onlabs/claude-code-skills/tree/main/pipeline-test-verify
Command: npx skills add https://github.com/I-Onlabs/claude-code-skills --skill pipeline-test-verify

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Comprehensive pre-commit verification ensures code quality by catching issues early and standardizing checks before merge.

Core Features & Use Cases

  • Unit Test Verification: All unit tests pass and coverage thresholds are met.
  • Integration Test Verification: End-to-end paths tested with mocked external services.
  • Code Quality Verification: Linting, type checks, and complexity checks pass.
  • Security Verification: Dependency checks and vulnerability scanning.
  • Documentation Verification: Public docs and README updates are enforced when needed.

Quick Start

Run the verification suite on your feature branch to validate tests, linting, and documentation before merge.

Frequently Asked Questions about pipeline-test-verify

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

FAQPage Schema
How do I automate pre-commit verification for unit tests and linting on a feature branch?

Automate pre-commit verification by running a comprehensive suite that enforces passing unit tests, linting, type checks, and coverage thresholds before merging a feature branch. This standardizes checks and catches code quality issues early.

What checks should a pre-merge CI CD pipeline include for code quality and security?

A pre-merge CI CD pipeline should include unit and integration test verification, linting, type checks, complexity checks, dependency vulnerability scanning, and documentation alignment to guarantee comprehensive code quality and security.

Can I enforce documentation updates and README alignment before a pull request merge?

Yes, you can enforce documentation updates before a pull request merge by applying documentation verification that checks public docs and README alignment, ensuring all relevant updates are present when needed.

How do I run integration tests with mocked external services for end-to-end paths?

Run integration test verification to test end-to-end paths using mocked external services. This validates your application's integration points comprehensively before committing changes to a feature branch.

Does pre-commit test verification cover security vulnerability scanning for dependencies?

Yes, pre-commit test verification covers security by including dependency checks and vulnerability scanning. This ensures that known security issues are caught and resolved before code is merged into the main branch.

What is the best way to prevent failing code from being merged into a feature branch?

The best way to prevent failing code from being merged is to apply comprehensive pre-commit verification that enforces passing tests, linting, type checks, and security scans directly within your PR workflow.