From consensus-loop
Manually runs consensus-loop audits reviewing pending trigger_tag items in watch files. Use to trigger audits without editing files, re-run failures, test prompts, with dry-run, auto-fix, and model options.
npx claudepluginhub berrzebb/claude-plugins --plugin consensus-loopThis skill uses the workspace's default tool permissions.
Run the audit process manually.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Searches prompts.chat for AI prompt templates by keyword or category, retrieves by ID with variable handling, and improves prompts via AI. Use for discovering or enhancing prompts.
Guides MCP server integration in Claude Code plugins via .mcp.json or plugin.json configs for stdio, SSE, HTTP types, enabling external services as tools.
Run the audit process manually.
node ${CLAUDE_PLUGIN_ROOT}/audit.mjs {{ arguments }}
Read the respond file (gpt.md) and summarize:
| Flag | Effect |
|---|---|
--dry-run | Print audit prompt without executing |
--no-resume | Fresh session (don't resume previous) |
--auto-fix | Auto-correct via Claude CLI after audit |
--model <name> | Model override (default: gpt-5.4) |
--reset-session | Delete saved session before running |
--watch-file <path> | Override watch file path (worktree support) |