trellis-check

Run lint, type checks, tests, and spec compliance checks.

Updated Mar 24, 2026
One-click install
npx skills add https://github.com/C-jcbest/agent --skill trellis-check-c-jcbest
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: trellis-check
Source: https://github.com/C-jcbest/agent/tree/main/.agents/skills/trellis-check
Command: npx skills add https://github.com/C-jcbest/agent --skill trellis-check-c-jcbest

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides comprehensive verification of recently written code by performing linting, type checks, tests, and spec compliance to prevent drift and regressions during development.

Core Features & Use Cases

  • Linting, type-checking, and test orchestration across multiple layers.
  • Cross-layer safety checks to ensure end-to-end data-flow integrity.
  • Guidance for aligning code with project specifications and reducing regressions.

Quick Start

Run the trellis-check workflow after coding to verify lint, type checks, tests, and cross-layer consistency.

Frequently Asked Questions about trellis-check

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

FAQPage Schema
How do I run code quality checks for lint, type-check, and tests after new changes?

You can run code quality checks by triggering a verification workflow that uses repository tooling to orchestrate lint, type-check, tests, and cross-layer consistency. This validates recent code modifications against project specifications to prevent regressions and ensure end-to-end data-flow integrity.

What is cross-layer safety checking in development workflows?

Cross-layer safety checking is a verification process that ensures end-to-end data-flow integrity across multiple application layers. It validates that new code changes maintain consistency and adhere to project specifications during iterative development sessions.

How do I verify spec compliance and prevent drift during iterative development?

To verify spec compliance and prevent drift, run a validation workflow that reads spec indices and reports actionable findings. This checks recently written code against project specifications to catch inconsistencies early in the iterative development cycle.

Can I use repository tooling to run lint and type checks for cross-layer consistency?

Yes, you can use repository tooling to run lint and type checks for cross-layer consistency. The workflow leverages existing project tools to execute these checks and report actionable findings for recently modified code.

Do I need any dependencies to perform cross-layer checks and spec compliance validation?

No external dependencies are required to perform cross-layer checks and spec compliance validation. The workflow uses your existing repository tooling to run lint, type-check, tests, and read spec indices to report actionable findings.