codeflow-maintainer

Solid

OpenClaw-only maintainer PR workflow modes and skills. For OpenCoven/coven PR creation, redirect to skills/pr-agent, the Coven PR Readiness Agent.

AI & Automation 36 stars 22 forks Updated today MIT

Install

View on GitHub

Quality Score: 88/100

Stars 20%
52
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# 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/...

Details

Author
OpenCoven
Repository
OpenCoven/coven
Created
3 months ago
Last Updated
today
Language
Rust
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category