core-verify

Automate pre-release verification with test, lint, and build checks.

Updated Mar 29, 2026
One-click install
npx skills add https://github.com/sigitpoerwo/repoworkspace_zahra --skill core-verify
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: core-verify
Source: https://github.com/sigitpoerwo/repoworkspace_zahra/tree/main/skills/01-SIAP-PAKAI/coding/core-verify
Command: npx skills add https://github.com/sigitpoerwo/repoworkspace_zahra --skill core-verify

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Before finalizing a software task, teams often encounter missed tests, inconsistent styling, and unstable builds. This skill provides a deterministic pre-release checklist to catch issues early.

Core Features & Use Cases

  • Automated checks: test suite results, linting, and type checks.
  • Build validation: ensures successful builds across environments.
  • Use Case: When delivering new code, run this verification to ensure quality before merge.

Quick Start

Run the pre-release verification on the current branch to confirm all checks pass.

Frequently Asked Questions about core-verify

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

FAQPage Schema
How do I automate a pre-release verification checklist for my code?

A pre-release verification checklist automates test suite execution, linting, and build validation to guarantee robust code before completion. This approach catches missed tests, inconsistent styling, and unstable builds early in the development workflow.

What is included in a pre-release code quality check?

A pre-release code quality check includes automated test suite results, linting, type checks, and build validation. These strict checks enforce coding standards and confirm successful builds across environments prior to a code merge.

How do I enforce coding standards before merging new code?

Enforcing coding standards before merging requires running automated linting and type checks during your pre-release workflow. This deterministic checklist ensures consistent styling and confirms a clean build prior to finalizing a software task.

Do I need any dependencies to run automated build validation?

No dependencies are required to run automated build validation with this approach. It operates independently to apply a deterministic pre-release checklist that confirms successful builds across environments without external packages.

What is the best way to catch unstable builds before completion?

The best way to catch unstable builds before completion is running a comprehensive pre-release verification checklist. This process applies automated checks and build validation to ensure software stability and quality before a merge.

When do I need to run a pre-release verification workflow?

You need to run a pre-release verification workflow when delivering new code or preparing for a merge. Running test suites, linting, and build validation at this stage ensures quality and catches issues early before finalizing the software task.