neb-verify

Run Go build/vet/test, Helm lint/validate, and Git status checks before commits.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/nebinfra/nebcore-ai-skills --skill neb-verify
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: neb-verify
Source: https://github.com/nebinfra/nebcore-ai-skills/tree/main/neb-verify
Command: npx skills add https://github.com/nebinfra/nebcore-ai-skills --skill neb-verify

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Run pre-commit quality assurance by executing Go build/vet/test, Helm lint/validate, and Git status checks to prevent faulty commits.

Core Features & Use Cases

  • Pre-commit quality gate: Run Go vet/build, Helm lint/validate, and Git checks.
  • CI-ready report: Produces a structured summary of results.
  • Flexible modes: quick, full, pre-commit.

Quick Start

Run neb-verify to perform all applicable quality checks on the current workspace before committing.

Frequently Asked Questions about neb-verify

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

FAQPage Schema
How do I run Go and Helm quality checks before a git commit?

You can automate pre-commit quality assurance by running Go build, vet, test, Helm lint, validate, and Git status checks. This catches issues before commits or pushes and provides a structured report on failures and warnings.

What is the best way to automate Go vet and Helm lint in a CI workflow?

The best way is to use a CI-ready pre-commit quality gate that executes Go build, vet, test, and Helm lint/validate. It detects workspace changes and produces a structured summary of results to catch issues before pushes.

Can I run quick or full pre-commit checks depending on my workflow?

Yes, pre-commit quality checks support flexible modes including quick, full, and pre-commit. These modes allow you to apply Go and Helm checks across local and CI workflows to catch issues at different depths before committing.

Does pre-commit Helm lint work with standard Helm chart directories?

Pre-commit Helm lint works with standard Helm based projects by validating chart configurations before commits. It runs Helm lint and validate alongside Go build and vet checks to ensure workspace integrity across local and CI environments.

Why does my pre-commit quality gate fail on Git status checks?

A pre-commit quality gate fails on Git status checks when it detects uncommitted workspace changes or conflicts. Running the pre-commit quality assurance mode validates Git status alongside Go and Helm checks to prevent faulty commits.