From 1ccb8d16534870db2d09cddd4def5028ed66d1a5 Mon Sep 17 00:00:00 2001 From: Adam Miller Date: Tue, 12 May 2026 00:01:27 +0000 Subject: [PATCH] Add adamsreview plugin Adds adamsreview to the Code Quality Testing section. Co-Authored-By: Claude Opus 4.7 (1M context) --- README.md | 1 + plugins/adamsreview/.claude-plugin/plugin.json | 10 ++++++++++ 2 files changed, 11 insertions(+) create mode 100644 plugins/adamsreview/.claude-plugin/plugin.json diff --git a/README.md b/README.md index e4de615..1bb094c 100644 --- a/README.md +++ b/README.md @@ -82,6 +82,7 @@ Install or disable them dynamically with the `/plugin` command — enabling you - [technical-sales-engineer](./plugins/technical-sales-engineer) ### Code Quality Testing +- [adamsreview](./plugins/adamsreview) - [api-tester](./plugins/api-tester) - [bug-detective](./plugins/bug-detective) - [code-review](./plugins/code-review) diff --git a/plugins/adamsreview/.claude-plugin/plugin.json b/plugins/adamsreview/.claude-plugin/plugin.json new file mode 100644 index 0000000..7c14f19 --- /dev/null +++ b/plugins/adamsreview/.claude-plugin/plugin.json @@ -0,0 +1,10 @@ +{ + "name": "adamsreview", + "description": "Multi-lens code review pipeline: deep review (Claude or Codex), automated fix loop, interactive walkthrough, manual promote, external-finding injection.", + "version": "0.4.0", + "author": { + "name": "Adam Miller", + "url": "https://github.com/adamjgmiller" + }, + "homepage": "https://github.com/adamjgmiller/adamsreview" +}