Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 0 additions & 20 deletions .claude/commands/code-review.md

This file was deleted.

2 changes: 1 addition & 1 deletion .claude/skills/update-command-file/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ enough to produce consistent, high-quality results.
Read 2-3 existing command files in `.claude/commands/` to absorb the conventions. Good
representatives that cover different patterns:

- `code-review.md` — standard PR review (context extraction → checklist → inline comments)
- `security-review.md` — focused PR review (context extraction → checklist → inline comments)
- `quality-audit.md` — complex multi-step audit (multiple categories → branch → atomic commits → PR)
- `dependency-audit.md` — tool detection, multi-factor assessment, conditional output

Expand Down
1 change: 0 additions & 1 deletion AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ Centralized defaults and automation for all `benhigham` GitHub repositories:
FUNDING.yml
.claude/
commands/ # Reference command files — copy to per-repo as needed
code-review.md # PR code review
renovate-review.md # Renovate dependency PR review
test-gen.md # Generate missing tests for PR changes
security-review.md # Security-focused PR review
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ invoke these commands on the appropriate event.

| Command | Purpose | Trigger |
| ------------------ | ---------------------------------------- | ------------------------ |
| `code-review` | PR code review with inline comments | PR open/reopen |
| `renovate-review` | Review Renovate dependency PRs | PR open (renovate actor) |
| `test-gen` | Generate missing tests for changed files | PR open |
| `security-review` | Security-focused PR review | PR open |
Expand Down
Loading