vasuag09

54 mods across 1 repository, 2 stars between them.

save-session

49

vasuag09/harness-claude

Skill Claude CodeCodex

Summarize current progress and persist it to a dated session file so work resumes cleanly in a future session. Use before /compact, before ending a session, or at major milestones. Pairs with /resume-session.

2 1mo ago A 48 tokens original MIT

security-review

50

vasuag09/harness-claude

Skill Claude CodeCodex

Security scan of changed code before merge — OWASP Top-10, injection, secrets, access control. Use for any change touching auth, input, queries, file I/O, external calls, crypto, or secrets. Delegates to the harness-claude:security-reviewer agent.

2 1mo ago A 61 tokens original MIT

ship

51

vasuag09/harness-claude

Skill Claude CodeCodex

Final pre-merge step — sync docs, then prepare a clean commit/PR summary. Use after verify passes. Does NOT commit or push unless you explicitly ask; it prepares everything and stops.

2 1mo ago A 41 tokens original MIT

spec

52

vasuag09/harness-claude

Skill Claude CodeCodex

Turn a vague request into a clear, written spec with acceptance criteria before any code. Use at the start of any non-trivial feature, change, or bugfix. First gate of the Plan phase.

2 1mo ago A 43 tokens original MIT

test

53

vasuag09/harness-claude

Skill Claude CodeCodex

Run the full test suite and confirm coverage meets the floor before shipping. Use in the Verify phase after review. Adds missing tests for uncovered acceptance criteria.

2 1mo ago A 32 tokens original MIT

verify

54

vasuag09/harness-claude

Skill Claude CodeCodex

Confirm the change actually works by running the app/feature and observing real behavior — not just that tests pass. Use late in the Verify phase, before ship. Closes the loop between "tests green" and "it works.".

2 1mo ago A 48 tokens original MIT