From 91f879f5ec6d5cef1503aadc044ccf5a92514afa Mon Sep 17 00:00:00 2001 From: kirilklein <49436907+kirilklein@users.noreply.github.com> Date: Thu, 3 Sep 2026 18:42:44 +0200 Subject: [PATCH 1/2] Add claude-feedback-loops (Code Quality Testing) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0670365..2e3c9b1 100644 --- a/README.md +++ b/README.md @@ -175,6 +175,7 @@ Install or disable them dynamically with the `/plugin` command — enabling you - [adamsreview](./plugins/adamsreview) - [slicewise](./plugins/slicewise) - [bullpen](./plugins/bullpen) +- [claude-feedback-loops](https://github.com/kirilklein/claude-feedback-loops) - Calibrates `/review` from human PR feedback, logs pipeline gaps in `/ship` and clusters them by root cause, and audits lessons on a confidence ladder. Five slash commands, three markdown files, no runtime. ### Communication & Integrations - [whatsapp-claude-plugin](https://github.com/Rich627/whatsapp-claude-plugin) — WhatsApp channel plugin for Claude Code. Connects as a linked device via Baileys v7 with bidirectional messaging, full media support, voice transcription, permission relay, and access control. From ddc6c1b19cbbe784ddc6b33c4a90251be4bd4f37 Mon Sep 17 00:00:00 2001 From: kirilklein <49436907+kirilklein@users.noreply.github.com> Date: Thu, 3 Sep 2026 20:43:10 +0200 Subject: [PATCH 2/2] Add claude-feedback-loops (Code Quality Testing) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2e3c9b1..220c399 100644 --- a/README.md +++ b/README.md @@ -175,7 +175,7 @@ Install or disable them dynamically with the `/plugin` command — enabling you - [adamsreview](./plugins/adamsreview) - [slicewise](./plugins/slicewise) - [bullpen](./plugins/bullpen) -- [claude-feedback-loops](https://github.com/kirilklein/claude-feedback-loops) - Calibrates `/review` from human PR feedback, logs pipeline gaps in `/ship` and clusters them by root cause, and audits lessons on a confidence ladder. Five slash commands, three markdown files, no runtime. +- [claude-feedback-loops](https://github.com/kirilklein/claude-feedback-loops) - Pipeline gap tracking: `/gap` logs one line each time CI, a bot or a human catches what an earlier stage missed, `/gaps` clusters by root cause and closes each at the cheapest layer. Fits any existing workflow via a `CLAUDE.md` snippet. Plus `/review` calibration from PR feedback. Markdown only, no runtime. ### Communication & Integrations - [whatsapp-claude-plugin](https://github.com/Rich627/whatsapp-claude-plugin) — WhatsApp channel plugin for Claude Code. Connects as a linked device via Baileys v7 with bidirectional messaging, full media support, voice transcription, permission relay, and access control.