ワンクリックで
vibeguard-setup
Use when the user asks to install, verify, inspect, or remove VibeGuard Codex hooks through the Codex App plugin.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Use when the user asks to install, verify, inspect, or remove VibeGuard Codex hooks through the Codex App plugin.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
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
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.
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.
AI-assisted development of anti-hallucination specifications. Check out the seven-layer defense architecture, quantitative indicators, execution templates and practical cases. Used for code review, task startup inspection, and weekly review.
Automate analysis, evaluation, design and optimization of target projects. Integrate VibeGuard as a baseline scan, the remediation process adheres to VibeGuard specifications, and a compliance check is run at the end. Support auto-run-agent autonomous execution.
Discover and deliver repository optimization work end to end: identify performance/reliability/maintainability/security/dx/cost optimization points, prioritize by impact-effort-risk, then execute fixes step by step with continuous testing and explicit commit policy (`final_only`, `per_step`, `milestone`). Default to `per_step` for implementation work so each feature is tested then committed before the next feature. Supports optional BDD (Given/When/Then).
| name | vibeguard-setup |
| description | Use when the user asks to install, verify, inspect, or remove VibeGuard Codex hooks through the Codex App plugin. |
This skill operates the explicit setup bridge for the VibeGuard Codex App plugin. Installing VibeGuard changes high-context user configuration, so always show the intended command before running it.
install --yes unless the user asked to install.plugins/vibeguard/scripts/vibeguard-plugin.sh repo-dir.plugins/vibeguard/scripts/vibeguard-plugin.sh check --strict before claiming health.plugins/vibeguard/scripts/vibeguard-plugin.sh codex-status for Codex-specific setup state.VIBEGUARD_REPO_DIR=/path/to/vibeguard if the plugin is loaded outside the checkout.From a VibeGuard checkout:
bash plugins/vibeguard/scripts/vibeguard-plugin.sh repo-dir
bash plugins/vibeguard/scripts/vibeguard-plugin.sh check --strict
bash plugins/vibeguard/scripts/vibeguard-plugin.sh codex-status
bash plugins/vibeguard/scripts/vibeguard-plugin.sh doctor
bash plugins/vibeguard/scripts/vibeguard-plugin.sh install --yes
bash plugins/vibeguard/scripts/vibeguard-plugin.sh clean
When running from a plugin cache:
VIBEGUARD_REPO_DIR=/path/to/vibeguard \
bash scripts/vibeguard-plugin.sh check --strict