distill-pr-intent Skill
Side-effect-free distillation of a single OpenClaw PR into a short intent memo (stdout-only). Published by openclaw in clawdinators.
What is distill-pr-intent Skill?
Side-effect-free distillation of a single OpenClaw PR into a short intent memo (stdout-only). Published by openclaw in clawdinators. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Developers using clawdinators
Technical details
- Install or run with Copy skill directory
When to use distill-pr-intent Skill
- Use it for developers using clawdinators.
Built with
Editorial notes
Source
- Creator: openclaw
- Repository: openclaw/clawdinators
- Skill file: clawdinator/workspace/skills/distill-pr-intent/SKILL.md
What it does
Side-effect-free distillation of a single OpenClaw PR into a short intent memo (stdout-only).
Skill instructions
Distill PR Intent (single PR, stdout-only) Goal Given one PR number in openclaw/openclaw, output a short memo answering: What was the author trying to accomplish (motivation / problem framing / bet), as evidenced by the code change? Inputs - Required: PR number (assume repo openclaw/openclaw). Rules - No external side effects: no comments, labels, merges, pushes. - Prefer code-derived intent. PR title/body are secondary. - Do not guess. If intent is unclear from artifacts, say so. - Keep output short + stable. No telemetry/timing in the memo. Output format (stdout) text PR INTENT (openclaw<PR) <free prose, up to ~5 sentences; keep under ~10 lines Mechanical steps (deterministic) 1) Work in the OpenClaw repo worktree tooling: sh cd /var/lib/clawd/repos/openclaw scripts/pr review-init <PR scripts/pr review-checkout-pr <PR source .local/review-context.env 2) Gather diff artifacts: sh git diff --name-status "$MERGEBASE"..HEAD .local/intent.name-status.txt git diff --stat "$MERGEBASE"..HEAD
Explore related resources
Frequently asked questions
What is distill-pr-intent?
distill-pr-intent is a open-source AI agent skill with Copy skill directory. Side-effect-free distillation of a single OpenClaw PR into a short intent memo (stdout-only).
Who is distill-pr-intent best for?
distill-pr-intent is best for reusing agent instructions, scripts, and references.
How do I install distill-pr-intent?
Install or run distill-pr-intent using Copy skill directory. Check distill-pr-intent for the latest setup command.
Is distill-pr-intent actively maintained?
distill-pr-intent may need a closer maintenance check before production use.
Auto-fetched from GitHub.