From productionos
Enforces code review quality before commits and pushes across ALL projects. 6-gate sequence: diff size, PII/secrets, conventions, cross-project boundaries, completeness, self-review reminder. Only PII gate blocks; rest are advisory. Triggers on: "review before push", "pre-commit review", "quality gate", "/review-gate".
npx claudepluginhub shaheerkhawaja/productionos --plugin productionosThis skill uses the workspace's default tool permissions.
Automated quality gate that catches issues tests miss: secrets, convention violations,
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 agent creation for Claude Code plugins with file templates, frontmatter specs (name, description, model), triggering examples, system prompts, and best practices.
Automated quality gate that catches issues tests miss: secrets, convention violations, incomplete implementations, and cross-project context leaks.
Max 15 files, 200 lines/file. Advisory — warns, does not block.
Scans diff for email addresses (except noreply), API keys (sk-, ghp_, xoxb-, AKIA),
IP addresses, absolute home paths, hardcoded passwords.
BLOCKS on any match. No exceptions.
Per-project rules loaded from SecondBrain wiki entity pages via secondbrain_path config.
print() in productionconsole.log in productionDetects files outside current git root, imports with absolute paths to other projects. Advisory — user must confirm intent.
Scans for TODO/FIXME without issue ref, empty function bodies, commented-out code
blocks (>3 lines), debugging statements, skipped tests without explanation.
Advisory.
If >5 files changed and no /review or /unified-review invoked this session,
reminds the user. Advisory.
[1/6] Diff size .............. PASS (7 files, max 45 lines)
[2/6] PII/secrets scan ....... PASS (0 findings)
[3/6] Convention compliance .. WARN (2 findings)
[4/6] Cross-project boundary . PASS
[5/6] Completeness check ..... WARN (1 finding)
[6/6] Self-review reminder ... PASS
Result: PASS with 3 advisory warnings
Only Gate 2 (PII/secrets) blocks. Everything else is advisory. The goal is to surface issues without slowing the developer down.