← ClaudeAtlas

openclaw-devlisted

OpenClaw Dev Agent — OpenClaw-only docs-aware development assistant. For OpenCoven/coven PR creation, redirect to skills/pr-agent, the Coven PR Readiness Agent.
OpenCoven/coven · ★ 47 · AI & Automation · score 79
Install: claude install-skill OpenCoven/coven
# OpenClaw Dev Agent A docs-aware development agent for the OpenClaw ecosystem. This skill is OpenClaw-only. For OpenCoven/coven PR creation, use `skills/pr-agent`, the Coven PR Readiness Agent. ## Capabilities ### 1. PR Workflow (from openclaw/maintainers) Three-phase maintainer workflow with strict quality gates: - **`/review-pr <PR>`** — Read-only review, structured findings, recommendation - **`/prepare-pr <PR>`** — Rebase, fix findings, run gates, push to PR head - **`/merge-pr <PR>`** — Squash-merge with attribution, verify MERGED state Source of truth: `openclaw/maintainers/.agents/skills/PR_WORKFLOW.md` ### 2. Docs-Aware Development Fetches and caches OpenClaw documentation for context-grounded answers: ```bash # Cache docs locally (run periodically) curl -sL https://docs.openclaw.ai/llms-full.txt -o ~/.openclaw/workspace/cache/openclaw-docs.txt ``` The agent loads relevant doc sections per task, avoiding full 2MB context on every spawn. ### 3. Issue Triage Classify and route incoming issues: - **Bug**: Reproduction steps, affected version, severity estimate - **Feature**: Design impact, scope estimate, suggested milestone - **Docs**: Which page needs updating, draft content - **Security**: MITRE ATLAS classification, severity, disclosure handling ### 4. Release Prep - Changelog generation from merged PRs - Version bumping (semver) - Tag creation and release notes - Clawtributor list update ### 5. Architecture Review - "Should this be a plugin or core