running-tend
SolidWorktrunk-specific guidance for tend CI workflows. Adds codecov polling, Rust test commands, labels, and review criteria on top of the generic tend-* skills. Use when operating in CI.
Install
Quality Score: 86/100
Skill Content
Details
- Author
- max-sixty
- Repository
- max-sixty/worktrunk
- Created
- 10 months ago
- Last Updated
- today
- Language
- Rust
- License
- NOASSERTION
Similar Skills
Semantically similar based on skill content — not just same category
tendril-review
Comprehensive post-change review of all modified files. Checks for code smells, cleanup opportunities, unnecessary legacy support, missing tests, broken tests, and obsolete tests. Use after a big change to leave the codebase in better health.
issue-triage
One repeatable pass over the open GitHub issue backlog — classify every open issue (needs-priority / needs-kind / needs-area, orphaned P0-P1, stale, dormant question), rank them into a deterministic "do next" order, propose the mechanical gardening moves (mark stale, close dormant questions), and apply them only on operator approval. The helper is read-only; writing labels, comments, or closes is gated. Use when the operator says "triage the issues", "what should I work on next", "garden the backlog", "the issue labels are a mess", "close stale issues", or on a /loop cadence to keep the backlog honest.
run-tdd
Execute the Leanforge Run workflow with selective TDD guidance. Use when the user invokes run-tdd, Leanforge:Run TDD, or asks to run Leanforge:Run while automatically applying TDD to observable behavior changes. This is a wrapper: Leanforge:Run remains the primary execution authority, and TDD is subordinate verification guidance for suitable implementation tasks.