trellis-check

Automate code quality checks for specs, lint, types, tests, and data flow.

1|Updated Jan 11, 2026
One-click install
npx skills add https://github.com/sperictao/one-publish --skill trellis-check-sperictao
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: trellis-check
Source: https://github.com/sperictao/one-publish/tree/main/.cursor/skills/trellis-check
Command: npx skills add https://github.com/sperictao/one-publish --skill trellis-check-sperictao

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Quality verification across code changes is error-prone and inconsistent without a repeatable checklist. This workflow centralizes spec compliance, linting, type-checking, tests, and cross-layer data flow checks to catch drift early.

Core Features & Use Cases

  • Comprehensive checks: enforces spec compliance, linting, type-checks, and tests to ensure consistent quality.
  • Cross-layer consistency: validates data flow and reuse across project layers to prevent integration gaps.
  • Pre-commit and long-session suitability: supports checks during daily work and before commits to reduce regressions.

Quick Start

Run trellis-check after making changes to automatically validate quality against current task artifacts and specs.

Frequently Asked Questions about trellis-check

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

FAQPage Schema
How do I automate code quality checks before a commit?

Automating code quality checks before a commit involves enforcing linting, type-checking, and tests on your changes. This workflow centralizes spec compliance and cross-layer data flow validation to catch drift early and reduce regressions.

What is cross-layer data flow consistency in code verification?

Cross-layer data flow consistency validates data reuse and integration across project layers to prevent integration gaps. It ensures changes in one layer do not cause unexpected drift or breaks in dependent layers.

How do I run lint and type checks during long development sessions?

To run lint and type checks during long development sessions, apply a continuous verification workflow that supports daily work. This enforces spec compliance and test execution periodically to reduce regressions over time.

Can I enforce spec compliance and drift detection automatically?

Yes, you can enforce spec compliance and detect drift automatically by running a centralized quality verification workflow. It validates code changes against current task artifacts and specs to catch inconsistencies early.

Do I need external dependencies to perform cross-layer consistency checks?

No external dependencies are required to perform cross-layer consistency checks. The workflow operates independently to validate data flow and reuse across project layers without additional component integrations.