check

Installation
SKILL.md

Check if the code you just wrote follows the development guidelines.

Execute these steps:

  1. Identify changed files:

    git diff --name-only HEAD
    
  2. Determine which spec modules apply based on the changed file paths:

    python3 ./.trellis/scripts/get_context.py --mode packages
    
  3. Read the spec index for each relevant module:

    cat .trellis/spec/<package>/<layer>/index.md
    

    Follow the "Quality Check" section in the index.

Related skills

More from mindfold-ai/trellis

Installs
7
GitHub Stars
7.8K
First Seen
Mar 21, 2026