verify

Run lint and test suites to validate code changes.

24|59|Updated Aug 28, 2015
One-click install
npx skills add https://github.com/mParticle/mparticle-web-sdk --skill verify-mparticle
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: verify
Source: https://github.com/mParticle/mparticle-web-sdk/tree/main/.claude/skills/verify
Command: npx skills add https://github.com/mParticle/mparticle-web-sdk --skill verify-mparticle

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the verification of code changes by running lint and test suites to ensure quality before commit or CI, catching issues early.

Core Features & Use Cases

  • Lint checks: Enforces code style and detect potential issues across the codebase.
  • Test suites: Executes unit and integration tests to validate changes.
  • CI readiness: Produces a concise report of outcomes suitable for pre-commit checks or CI pipelines.

Quick Start

Run the full verification by performing lint first, then execute all test suites to confirm changes.

Frequently Asked Questions about verify

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

FAQPage Schema
How do I automate lint and tests for pre-commit checks?

You can automate lint and tests for pre-commit checks by running lint first to enforce code style, then executing test suites to validate changes before commit or CI.

What is the best way to verify code quality before a pull request?

The best way to verify code quality before a pull request is to automate validation by running lint checks and test suites, producing a concise report of outcomes suitable for CI pipelines.

How does parallel test execution work for web SDK code changes?

Parallel test execution for web SDK code changes runs multiple test suites simultaneously using npm-based commands, validating patches and local commits faster while producing a standardized results format for reporting.

Can I use npm commands to run lint and test suites locally?

Yes, you can use npm commands to run lint and test suites locally, automating the validation of code changes to catch issues early before initiating a commit or pushing to CI.

Does this code verification process produce a standardized report for CI pipelines?

Yes, the code verification process produces a concise standardized report of lint and test outcomes, making it directly suitable for integration into pre-commit checks and CI pipelines.