continue
Resume work on the current task — pick up at the right phase/step in `.trellis/workflow.md`.
Use this command to improve test coverage after code changes.
$ npx -y skills add mindfold-ai/trellis --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
/improve-utContext preview
What this command does when you run it.
Use this command to improve test coverage after code changes.
Use this command to improve test coverage after code changes.
/trellis:improve-ut
Discover and read unit-test specs:
python3 ./.trellis/scripts/get_context.py --mode packages
Look for packages with `unit-test` spec layer in the output.
For each found module, read its `index.md` and follow the **"Pre-Development Checklist"** section. Read all guideline files listed in the index.
> If this command conflicts with the unit-test specs, the specs win.
---
1. Inspect changes:
2. Decide test scope using unit-test specs:
3. Add/update tests accordingly (mirror existing test structure) 4. Run validation:
pnpm lint pnpm typecheck pnpm test
5. Report coverage decisions and remaining gaps.
---
## UT Coverage Plan - Changed areas: ... - Test scope (unit/integration/regression): ... ## Test Updates - Added: ... - Updated: ... ## Validation - pnpm lint: pass/fail - pnpm typecheck: pass/fail - pnpm test: pass/fail ## Gaps / Follow-ups - <none or explicit rationale>
Repo: mindfold-ai/trellis
Resume work on the current task — pick up at the right phase/step in `.trellis/workflow.md`.
Create a migration manifest for a new patch, beta, rc, or minor release based on commits since the previous release.
Wrap up the current session: archive the active task (and any other completed-but-unarchived tasks the user wants to clean up) and record the session journal.…
Sync a marketplace skill to the documentation site. Creates skill detail pages (EN/ZH), updates the marketplace index, and updates docs.json navigation.
Initialize a Trellis-managed development session. This platform has no session-start hook, so manually load the equivalent compact context by following these…