Skip to content

Commit 0b89fe1

Browse files
committed
chore: trim CLAUDE.md and audit skills
1 parent f43c7a4 commit 0b89fe1

4 files changed

Lines changed: 65 additions & 464 deletions

File tree

.claude/commands/quality-loop.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Run the `/quality-scan` skill and fix all issues found. Repeat until zero issues remain or 5 iterations complete.
1+
Runs the `/quality-scan` skill and fixes all issues found. Repeats until zero issues remain or 5 iterations complete.
22

33
**Interactive only** — this command makes code changes and commits. Do not use as an automated pipeline gate.
44

.claude/commands/security-scan.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
Run the `/security-scan` skill. This chains AgentShield (Claude config audit) → zizmor (GitHub Actions security) → security-reviewer agent (grading).
1+
Runs the `/security-scan` skill. Chains AgentShield (Claude config audit) → zizmor (GitHub Actions security) → security-reviewer agent (grading).
22

33
For a quick manual run without the full pipeline: `pnpm run security`

.claude/skills/security-scan/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: security-scan
3-
description: Run a multi-tool security scan — AgentShield for Claude config, zizmor for GitHub Actions, and optionally Socket CLI for dependency scanning. Produces an A-F graded security report.
3+
description: Runs a multi-tool security scan — AgentShield for Claude config, zizmor for GitHub Actions, and optionally Socket CLI for dependency scanning. Produces an A-F graded security report.
44
---
55

66
# Security Scan

0 commit comments

Comments
 (0)