ashrust

6 mods across 1 repository, 5 stars between them.

audit-tests

01

ashrust/lets-start-skill

Skill Claude CodeCodex

Audits a repo's test suite against a short rubric and scaffolds a comprehensive one if it's thin or missing. Detects language and test framework, measures coverage where possible, identifies gaps (no unit tests, no integration tests, no CI hook, slow or flaky suite, uncovered critical paths), and presents a scored…

5 3mo ago A 196 tokens

autoclean

02

ashrust/lets-start-skill

Skill Claude CodeCodex

Sequential pre-release cleanup pipeline. Runs /audit-tests, then /tidy-code, then /cso (comprehensive) in fixed order, gating between phases so you can review each result and skip or stop. Triggers on /autoclean or when the user says "clean up this repo", "pre-release cleanup", "full cleanup pass", "tidy and…

5 3mo ago A 122 tokens

lets-start

03

ashrust/lets-start-skill

Skill Claude CodeCodex

Session kickoff skill for Claude Code and Codex. Use at the beginning of a coding session to gather context, install gstack if needed, set up an isolated branch/worktree, check host-specific conventions, and route to the right gstack or companion skill.

5 3mo ago B 55 tokens

parallelize

04

ashrust/lets-start-skill

Skill Claude CodeCodex

Splits a gstack plan into concurrent tasks. Use after a gstack planning skill (/plan-ceo-review, /plan-eng-review, /office-hours) has produced a plan. Triggers on /parallelize or when the user says "split this up", "run in parallel", or "what can I build concurrently". Analyzes task dependencies, creates a worktree…

5 3mo ago A 119 tokens

ship-then-deploy

05

ashrust/lets-start-skill

Skill Claude CodeCodex

End-to-end gstack release wrapper. Ensures deploy configuration exists by running gstack setup-deploy when needed, then runs gstack ship followed by gstack land-and-deploy. Use when the user says "ship then deploy", "ship and deploy", "ship this to production", "run setup-deploy if needed then deploy", or wants one…

5 3mo ago A 88 tokens

tidy-code

06

ashrust/lets-start-skill

Skill Claude CodeCodex

Tidy up an existing codebase in safe, reviewable passes. Removes dead code, duplication, defensive cruft, and legacy paths; audits and improves comments and docstrings. Use this skill whenever the user asks to "tidy", "clean up", "refactor for cleanliness", "remove dead code", "remove unused code", "deslop", "audit…

5 3mo ago A 157 tokens