robertknight

5 mods across 1 repository, 5 stars between them.

audit

01

robertknight/skills

Skill Claude CodeCodex

Quickly audit the current project for obvious malicious or untrustworthy behavior so the user can decide whether it is safe to run, build, or install. This is a triage pass, not a full security review — aim for a dozen targeted checks, not an exhaustive audit.

5 4mo ago A 0 tokens

explain-branch

02

robertknight/skills

Skill Claude CodeCodex

Analyze the changes on the current git branch compared to its base branch and provide a high-level summary that covers both what changed and why.

5 4mo ago A 0 tokens

read-branch

03

robertknight/skills

Skill Claude CodeCodex

Read the full diff of the current branch against its base so the assistant has context for follow-up prompts. Produces a brief grouped summary, not a critique.

5 4mo ago A 36 tokens

review-branch

04

robertknight/skills

Skill Claude CodeCodex

Review the diff of the current branch against the base branch, critique the changes, then fix any issues found.

5 4mo ago A 26 tokens

squash-branch

05

robertknight/skills

Skill Claude CodeCodex

Squash all commits on the current git branch into a single commit. Soft-resets to the base branch, then re-commits the combined working tree with a single message.

5 4mo ago A 42 tokens