بنقرة واحدة
vibe-loop
Run one deterministic Vibe dispatcher step and print the selected prompt body.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Run one deterministic Vibe dispatcher step and print the selected prompt body.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Continuously assess and execute a repository's Vibe backlog. Use when the user invokes $vibe-run or asks Codex to inspect a repo, bootstrap or replenish .vibe/PLAN.md, and keep implementing and reviewing checkpoints until a real blocker or explicit stop.
Continuous runner for the continuous-documentation workflow across supported agents.
Continuous runner for the continuous-refactor workflow across supported agents.
Continuous runner for the continuous-test-generation workflow across supported agents.
Deterministic access to the Vibe prompt catalog.
Experimental RAG indexing utilities (scanner + indexer + retriever).
| name | vibe-loop |
| description | Run one deterministic Vibe dispatcher step and print the selected prompt body. |
Drive the Vibe workflow deterministically for a target repository.
This skill uses .vibe/STATE.md and .vibe/PLAN.md to recommend the next loop prompt and to validate invariants.
--strict validation for CI-grade checkstools/agentctl.py is the editable dispatcher source.scripts/agentctl.py is generated from tools/agentctl.py by bootstrap tooling.scripts/vibe_next_and_print.py.python3 tools/agentctl.py --repo-root . --format json statuspython3 scripts/agentctl.py --repo-root . --format json statuspython3 tools/agentctl.py --repo-root . --format json nextpython3 scripts/agentctl.py --repo-root . --format json nextworkflows/continuous-refactor.yaml):
python3 tools/agentctl.py --repo-root . --format json next --workflow continuous-refactorpython3 scripts/agentctl.py --repo-root . --format json next --workflow continuous-refactorcontinuous-refactor), not the .yaml filename.python3 tools/agentctl.py --repo-root . --format json validatepython3 scripts/agentctl.py --repo-root . --format json validate--strictpython3 tools/agentctl.py --repo-root . --format json loop-result --line 'LOOP_RESULT: {...}'python3 scripts/agentctl.py --repo-root . --format json loop-result --line 'LOOP_RESULT: {...}'python3 scripts/vibe_next_and_print.py --repo-root . --show-decisionCODEX_HOME/AGENT_HOME is only a fallback for incomplete legacy copies.next to obtain recommended_prompt_id.vibe-prompts skill to print the corresponding prompt body.agentctl loop-result.next. Repeat until dispatcher returns stop or blocking.The vibe_next_and_print.py helper wraps agentctl.py and prompt_catalog.py, prints the decision JSON (when --show-decision is set), and then emits the prompt body from the catalog. An installed wrapper uses its sibling generated helpers and catalog even when stale framework copies exist in the target repository. Source-repo commands continue to use the editable tools/ and prompts/ files directly.
This skill intentionally does not implement product code by itself; it selects and gates the next action.