codeflow-maintainer

codeflow-maintainer is a skill for Claude Code, Codex from OpenCoven/coven. It costs 39 tokens per session (1,323 once invoked), scanned A, original, MIT.

A maintainer workflow for reviewing pull requests in OpenClaw repositories. It has separate modes for deciding whether a change is worth reviewing and for reviewing it without editing code.

In plain words
What is it for?
Use it to triage OpenClaw pull requests, review their quality and scope, and decide whether to proceed, request information, or close them. It redirects OpenCoven or coven pull requests to a different skill.
Why use it?
It gives maintainers a defined way to assess unclear, duplicate, or poorly verifiable pull requests while keeping human judgment in the process.

Skill for Claude CodeCodex

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/opencoven/coven/codeflow-maintainer
Any agent
npx skills add OpenCoven/coven --skill codeflow-maintainer
Clone the repo
git clone --depth 1 https://github.com/OpenCoven/coven

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for codeflow-maintainer

README.md
[![agentmods](https://agentmods.dev/badge/skills/opencoven/coven/codeflow-maintainer.svg)](https://agentmods.dev/skills/opencoven/coven/codeflow-maintainer)
Your own site
<a href="https://agentmods.dev/skills/opencoven/coven/codeflow-maintainer"><img src="https://agentmods.dev/badge/skills/opencoven/coven/codeflow-maintainer.svg" alt="Measured on agentmods" height="20"></a>
Per session 39 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,323 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00039 $0.01323
Opus 5 $0.00019 $0.00661
Sonnet 5 $0.00008 $0.00265
Haiku 4.5 $0.00004 $0.00132

Measured 4d ago against content hash 6109b0b34b95, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

codeflow-maintainer scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/codeflow-maintainer/SKILL.md · 178 lines

How it starts

The opening of the file, as written. The whole thing — 178 lines — stays where its author put it; the contents beside it link to each section on GitHub.

CodeFlow Maintainer Skill

Source of Truth

PR_WORKFLOW.md: https://github.com/openclaw/maintainers/blob/main/.agents/skills/PR_WORKFLOW.md

This skill is OpenClaw-only. It implements the workflow defined in openclaw/maintainers for OpenClaw repositories. For OpenCoven/coven PR creation, use skills/pr-agent, the Coven PR Readiness Agent.

Working Rule

Skills execute workflow. Maintainers provide judgment. Always pause between skills to evaluate technical direction, not just command success.

Workflow Modes

1. Triage

Purpose: Assess whether PR is worth reviewing.

Focus:

  • Is the problem statement clear?
  • Does a realistic verification path exist?
  • Is this PR worth our time?
  • Are there duplicates?

Recommendation: Proceed to Review, Request Info, or Close.

Agent prompt:

[Mode: TRIAGE] Assess whether this PR is worth reviewing.
Focus on problem clarity, scope match, duplicate detection.
DO NOT suggest code changes, approvals, or merges.

2. Review (review-pr)

Purpose: Review only — produce findings and recommendation. DO NOT modify code.

Quality bar:

  • Do not trust PR code by default
  • Keep types strict (no any)
  • Evaluate security impact and abuse paths
  • Understand the system before changing it

Finding severities:

  • BLOCKER — must fix before prepare
  • IMPORTANT — must fix before prepare
  • MINOR — should fix (optional)
  • NOTE — informational only

Artifacts: .local/review.md, .local/review.json

Checkpoint before advancing:

  1. What problem are they trying to solve?
  2. What is the most optimal implementation?
  3. Can we fix up everything?
  4. Do we have any questions?

Agent prompt:

[Mode: REVIEW] Produce findings, DO NOT modify code.
Focus: correctness, security, tests, types, scope, hardening.
Severity: BLOCKER > IMPORTANT > MINOR > NOTE.
Recommendation: READY FOR PREPARE, NEEDS WORK, NEEDS DISCUSSION, or CLOSE.

3. Prepare (prepare-pr)

Purpose: Make PR merge-ready on its head branch.

Read the full file on GitHub · 178 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 4d ago First seen · 178 lines · 39 tokens per session scan A 6109b0b34b95

Subscribe to this mod's changes

codeflow-maintainer is a skill published in the GitHub repository OpenCoven/coven (46 stars, last pushed today), licensed MIT. It adds 39 tokens to every session and 1,323 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

github

GitHub workflow — creating and managing repos, always working on feature/development branches (never committing core changes directly to main), PR conventions, branch protection, and gh CLI patterns.

LuuOW/meridian-mcp · 37 tokens

github-cli

Automate GitHub workflows using the gh CLI for pull requests, issues, releases, actions, and repository management. Use when interacting with GitHub beyond basic git operations.

asgarovf/locusai · 37 tokens

create-pr

Creates GitHub pull requests with pre-flight validation, conventional title formatting, and structured summary generation. Runs parallel checks (tests, lint, type-check, security) before opening. Supports feature, bugfix, refactor, and hotfix PR types with milestone assignment via gh CLI. Invoke only if the operator…

yonatangross/orchestkit · 89 tokens

github-operations

GitHub CLI operations for issues, PRs, milestones, and Projects v2. Covers gh commands, REST API patterns, and automation scripts. Use when managing GitHub issues, PRs, milestones, or Projects with gh.

yonatangross/orchestkit · 50 tokens

issue-progress-tracking

GitHub issue workflow ceremony using gh CLI — labels issues as in-progress, creates feature branches (issue/N-description), commits with issue references, posts progress comments, and links PRs with Closes #N. Keeps issues in sync with development work. Use when starting work on an issue, tracking progress, or…

yonatangross/orchestkit · 73 tokens

pr-triage

PR triage: audit open PRs, deep review selected ones, draft and post review comments. Args: "all" to review all, PR numbers to focus (e.g. "42 57"), "en"/"fr" for language, no arg = audit only in French.

rtk-ai/rtk · 64 tokens