devloop
01Plugin Claude Code
Cross-CLI developer-workflow marketplace for devloop, code-taste, and quality; example remains a layout placeholder.
Plugin Claude Code
Cross-CLI developer-workflow marketplace for devloop, code-taste, and quality; example remains a layout placeholder.
Instructions file CodexOpenCode
Repository-specific instructions for developing compforge/devloop, including its purpose, code layout, important conventions, and shared plugin placeholders.
Plugin Claude Code
Engineering judgment for architecture, boundaries, naming, maintainability, documentation, and code review.
Skill Claude CodeCodex
Code taste and software design judgment: solution/design review, module & interface boundary shaping, refactoring tradeoffs, naming, maintainability, and documentation layering. First-principles: clarify the original requirement before discussing solutions. Skip for debugging, triage, call-path inspection, or routine…
Plugin Claude Code
Dev-loop workflow, native-first rebuild: git/PR (GitHub + GitLab) + cwd-aware enter + Board-managed context delivery + lint/test gates. Built on native Claude Code events (CwdChanged / PostCompact / FileChanged / monitors).
Command
Commit current changes (no push).
Command
Commit + push (no PR/MR).
Command
Commit + push + create/reuse a pull/merge request (GitHub PR or GitLab MR; full release flow).
Hook
Runs before the agent uses a tool for Bash, Edit, Write and NotebookEdit tool calls, executing tool_call_timeline.py, pretool_policy_bash.py and pretool_policy_edit.py (3 commands). From compforge/devloop.
Hook
Runs when a session starts, executing sessionstart_init.py. From compforge/devloop.
Hook
Runs when a session ends, executing sessionend_release.py. From compforge/devloop.
Hook
Runs when you submit a prompt, before the agent sees it, executing userprompt_inject.py. From compforge/devloop.
Hook
Runs after the context is compacted, executing postcompact_reinject.py. From compforge/devloop.
Hook
Runs on the FileChanged event, executing filechanged_refs.py. From compforge/devloop.
Hook
Runs on the CwdChanged event, executing cwdchanged_enter.py. From compforge/devloop.
Hook
Runs after a tool call finishes for Bash tool calls, executing tool_call_timeline.py and posttool_git_refresh.py (2 commands). From compforge/devloop.
Hook
Runs when a tool call fails, executing tool_call_timeline.py. From compforge/devloop.
Skill Claude CodeCodex
Commit current changes without pushing. Use when the user says "gcam" or wants to commit only.
Skill Claude CodeCodex
Commit current changes and push, without creating a pull/merge request. Use when the user says "gcamp" or wants to commit + push (e.g. add a commit to an existing PR/MR branch).
Skill Claude CodeCodex
Commit current changes, push, and create/reuse a pull/merge request (GitHub PR or GitLab MR). Use when the user says "gcampr" or asks to commit + push + open/raise a PR / MR / pull request / merge request.
Skill Claude CodeCodex
Commit, push, safely rebase an existing branch, create/read/update/close a pull/merge request (GitHub PR or GitLab MR), cut a feature branch, create/resume a managed worktree, or release. Triggers — gcam / gcamp / gcampr / rebase / 解决冲突 / 提 PR / 提 MR / pull request / merge request / 看 PR / 看 MR / 关 PR / 关 MR /…
Skill Claude CodeCodex
Reconcile local branches and worktrees with GitHub/GitLab PR/MR state, report lifecycle changes, or configure Codex Scheduled tasks for recurring devloop checks. Use when asked to monitor/check PR or MR status, clean merged worktrees, reconcile local PRs, or set up recurring PR/MR monitoring.
Skill Claude CodeCodex
Manage devloop automated code-review runs and findings on GitHub/GitLab PRs/MRs: inspect or run a review, independently verify every published finding, record a Verdict, handle valid findings, resolve completed threads, or report missed findings. Use when Review/Review findings context surfaces, or the user asks to…
Skill Claude CodeCodex
Normalize a repo Component, run its lint and test validation checks, and report each result. Use when the user asks to validate changes, lint/format code, run tests, or verify before committing or pushing.