Command Claude Code
Structured code review - first run the guard to obtain the baseline, then review according to security → logic → quality → performance priority.
Command Claude Code
Structured code review - first run the guard to obtain the baseline, then review according to security → logic → quality → performance priority.
Command Claude Code
Gate proposed skills with with/without repair and regression evidence.
Command Claude Code
View hooks trigger statistics - interception/warning/release times and reason analysis.
Skill Claude CodeCodex
Use this skill whenever VibeGuard hook latency, benchmark-action output, GitHub Actions bench-output artifacts, or a suspected performance regression needs investigation. It preserves the PR-to-CI-artifact workflow for comparing recent PRs, older anchors such as PR.
Instructions file CodexOpenCode
Instructions for majiayu000/vibeguard, covering agent instructions, scope, start here, core rules and delivery policy.
Agent
Architecture design agent — evaluates technical solutions, designs system architecture, and reviews architectural decisions. Suitable for new system design or major refactoring.
Agent
Build error repair agent — reads build/compile errors, locates root causes, performs minimal repairs, and verifies that the build passes.
Agent
Code review agent — systematically reviews code changes and outputs findings according to security → logic → quality → performance priority.
Agent
Database review agent — reviews SQL/ORM code, migration scripts, query performance, data consistency.
Agent
Optional read-only role selector used only when the user explicitly asks for agent dispatch.
Agent
Document update agent — synchronously updates related documents (README, API docs, comments) after code changes.
Agent
End-to-end testing agent — writes and runs E2E tests to validate critical user processes.
Agent
Go build repair agent — focuses on the quick repair of Go compilation errors, module dependencies, and CGO issues.
Agent
Go code review agent — focuses on Go-specific issues: error handling, goroutine leaks, interface design.
Agent
High-level planning agent — analyzes requirements, decomposes tasks, and generates implementation plans. Suitable for early planning of complex functions (3+ files).
Agent
Python code review agent — focuses on Python-specific issues: mutable default parameters, exception handling, type annotations.
Agent
Refactoring cleaning agent — eliminate duplicate code, simplify complex logic, improve code structure, and keep behavior unchanged.
Agent
Security review agent — focuses on OWASP Top 10, key management, input sanitization, dependency vulnerabilities and other security issues.
Agent
TDD guide agent - press RED→GREEN→IMPROVE to drive development in a cycle. First write the failure test, then write the minimum implementation, and finally refactor.
Skill Claude CodeCodex
Use when the user asks for a VibeGuard dashboard, hook health, stats, doctor output, metrics export, or local observability status from the Codex App plugin.
Skill Claude CodeCodex
Use when the user asks to install, verify, inspect, or remove VibeGuard Codex hooks through the Codex App plugin.
Skill Claude CodeCodex
Use when the user asks Codex to apply VibeGuard anti-hallucination rules, inspect VibeGuard observability, or route a task through VibeGuard preflight/review/check workflows.
Skill Claude CodeCodex
Assessment-driven development — Quantify code generation quality with pass@k / pass^k metrics, automatically scored by Grader.
Skill Claude CodeCodex
Iterative retrieval — 4-stage loop (DISPATCH→EVALUATE→REFINE→LOOP) to pinpoint relevant information in the code base. Up to 3 rounds.