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
2 changes: 1 addition & 1 deletion .claude/commands/quality-loop.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Run the `/quality-scan` skill and fix all issues found. Repeat until zero issues remain or 5 iterations complete.
Runs the `/quality-scan` skill and fixes all issues found. Repeats until zero issues remain or 5 iterations complete.

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

Expand Down
2 changes: 1 addition & 1 deletion .claude/commands/security-scan.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Run the `/security-scan` skill. This chains AgentShield (Claude config audit) → zizmor (GitHub Actions security) → security-reviewer agent (grading).
Runs the `/security-scan` skill. Chains AgentShield (Claude config audit) → zizmor (GitHub Actions security) → security-reviewer agent (grading).

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