trellis-check

Automate lint, type-check, tests, and spec checks on changed code.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates comprehensive quality verification for code as it is written, helping teams catch drift, enforce standards, and reduce bugs before commits.

Core Features & Use Cases

  • Lint and type-check across multi-layer codebases to ensure consistency.
  • Run tests and spec checks automatically on changed packages, helping detect issues early.
  • Align code with project standards and reduce context drift during long sessions.

Quick Start

Use trellis-check to run the quality verification workflow on your latest changes and report any failures for fix-before-commit.

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 committing changes?

To automate code quality checks before committing, you can run a structured verification workflow that applies lint, type-check, tests, and spec compliance to recently written code, prompting fixes for any failures before the commit is made.

What is the best way to enforce spec compliance and lint rules across a multi-layer codebase?

The best way to enforce spec compliance and lint rules across a multi-layer codebase is to use an automated workflow that guides checks across layers, collects results, and reports inconsistencies to reduce context drift and catch issues early.

Can I run tests and type-checks only on changed packages in my repository?

Yes, you can run tests and type-checks specifically on changed packages within your repository, allowing the verification process to detect issues early by targeting only the recently written code rather than the entire project.

Does pre-commit code review catch cross-layer data flow issues automatically?

Pre-commit code review can catch cross-layer data flow issues automatically when integrated with an end-to-end verification workflow that applies structural checks across multi-layer codebases before allowing changes to be committed.

Why should I run end-to-end checks instead of manual code review before a commit?

Running end-to-end checks instead of manual code review before a commit ensures consistent enforcement of project standards, reduces human error, and catches context drift or bugs early by automating lint, type-check, and test verification.

How do I fix lint and test failures reported during pre-commit verification?

To fix lint and test failures reported during pre-commit verification, follow the structured workflow prompts generated by the quality check process, which collect failure results and guide you through resolving issues before committing changes.