trellis-check

Run lint, type-check, tests, and spec compliance checks on recent code changes.

Updated May 7, 2026
One-click install
npx skills add https://github.com/gongzeq/VAPT3 --skill trellis-check-gongzeq
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: trellis-check
Source: https://github.com/gongzeq/VAPT3/tree/main/.agents/skills/trellis-check
Command: npx skills add https://github.com/gongzeq/VAPT3 --skill trellis-check-gongzeq

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Comprehensive quality verification for recently written code. Combines spec compliance, cross-layer safety, and pre-commit checks.

Core Features & Use Cases

  • Spec compliance checks ensure code conforms to project conventions and specifications.
  • Lint, type-check, and tests are run to catch style, type, and behavior issues early.
  • Cross-layer data flow and consistency verification across components to prevent drift and integration problems.
  • Pre-commit style and safety checks to improve code quality before commits.
  • One-click readiness checks for releases and audits.

Quick Start

Run trellis-check to validate the latest changes before committing.

Frequently Asked Questions about trellis-check

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

FAQPage Schema
How do I run pre-commit checks for lint, type-check, and tests on recent code changes?

To run pre-commit checks for lint, type-check, and tests on recent code changes, you can use an automated quality verification tool to validate spec compliance, cross-layer safety, and style before committing.

What is cross-layer data flow verification and when do I need it for code quality?

Cross-layer data flow verification is a code quality check that ensures consistency across components to prevent drift and integration problems. You need it when applying changes across multiple packages and layers.

How to ensure code spec compliance and convention alignment before a release?

To ensure code spec compliance and convention alignment before a release, run an automated end-to-end check that validates your recently written code against project specifications and performs a readiness audit.

Can I verify code reuse and integration safety across multiple packages automatically?

Yes, you can verify code reuse and integration safety across multiple packages automatically by running a comprehensive quality check that applies spec compliance, cross-layer data flow checks, and pre-commit readiness validations.

What is the best way to automate quality checks for recently written code across layers?

The best way to automate quality checks for recently written code across layers is using an end-to-end verification process that combines lint, type-check, tests, and spec alignment to ensure pre-commit readiness.

Does trellis-check work without external dependencies for CI-CD quality verification?

Yes, trellis-check operates without external dependencies to perform CI-CD quality verification, automating comprehensive checks for lint, type-check, tests, and cross-layer consistency directly on your codebase.