Files
Dan Guido 840e16a681 Add review-plugin command and make import-skill autonomous (#9)
* Add review-plugin command and make import-skill autonomous

Add /review-plugin command for deep quality review across five
categories: script correctness, documentation accuracy, CLAUDE.md
conformance, code consistency, and security. Finds issues, fixes
them, and reports a summary.

Update /import-skill to run the review as Step 18, choose plugin
names autonomously, handle existing plugins without prompting, and
include review findings in PR descriptions.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

* Fix .gitignore to allow new files in .claude/commands/

Change .claude/ to .claude/* so git descends into the directory and
evaluates the !.claude/commands/ negation for new files. Previously
new commands required git add -f because git ignored the entire
directory without looking inside.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

---------

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-12 02:12:19 -05:00
..