Distill intent from multiple pull requests and save structured outputs for analysis.
Copy the install command and let the AI configure it · recommended for beginners
Please install the "distill-pr-intent-orchestrator" skill from askskill: 1. Download https://raw.githubusercontent.com/openclaw/clawdinators/main/clawdinator/workspace/skills/distill-pr-intent-orchestrator/SKILL.md 2. Save it as ~/.claude/skills/distill-pr-intent-orchestrator/SKILL.md 3. Reload skills and tell me it's ready
Please distill the change intent, key impact, and risks for each PR in this list, then save the results and sidecar metadata to /memory/pr-intent.
Structured intent summaries, impact notes, risk analysis for each PR, and persisted metadata files.
Analyze all PRs related to this release, extract each PR's business purpose, technical change type, and potential release impact, then save the output to /memory/pr-intent.
A release-review-ready PR intent digest with traceable sidecar metadata.
Run intent distillation on the past week's PR set, summarize common change patterns, goals, and review considerations, and persist all results to /memory/pr-intent.
A reusable knowledge base of PR intents for future review, search, and team retrospectives.
Run distill-pr-intent across a selected PR set, and persist:
.txt).meta.json)All outputs go to shared memory on EFS, and are automatically published to the public S3 bucket by the host timer.
openclaw/openclawlast N (e.g. last 500)range <start..end>since <YYYY-MM-DD>v1)/memory/pr-intent/<skill_version>/openclaw-openclaw/<PR>.txt
/memory/pr-intent/<skill_version>/openclaw-openclaw/<PR>.meta.json
.txt memo..meta.json.Examples:
# last N merged PR numbers
gh pr list -R openclaw/openclaw --state merged --limit 200 --json number --jq '.[].number'
# range
seq <start> <end>
distill-pr-intent <PR>./memory/pr-intent/.../<PR>.txt./memory/pr-intent/.../<PR>.meta.json.Use the locking helpers (required on EFS):
# memo
printf '%s\n' "$MEMO" | memory-write "/memory/pr-intent/<skill_version>/openclaw-openclaw/<PR>.txt"
# meta
printf '%s\n' "$META_JSON" | memory-write "/memory/pr-intent/<skill_version>/openclaw-openclaw/<PR>.meta.json"
{
"pr": 17392,
"repo": "openclaw/openclaw",
"state": "merged",
"skill_version": "v1",
"generated_at": "2026-02-15T19:00:00Z",
"patch_mode": "PATCH_OK",
"patch_bytes": 12345,
"model": "openai/gpt-5.2-codex",
"error": null
}
.meta.json with error populated..meta.json.Distill a single OpenClaw PR into a short intent memo safely.
Manage CLAWDINATOR fleet deployments and status through the control API.
Complete an OpenClaw PR landing workflow end to end using the repo checklist.
Analyze GitHub and Discord signals to prioritize project maintainer attention.
Monitor Discord channel activity and persist notable items to memory. Run from main session during heartbeat.
List chats, review message history, and send iMessage or SMS from CLI.
Summarize support intake markers into clear digests for faster triage.
Give AI agents local-first persistent memory, entity profiles, and semantic search.
Analyze GitHub pull requests and generate detailed review reports in Notion.
Attach redacted agent transcripts to GitHub PRs or issues for local provenance.
Audit, scaffold, and triage agent intent specs with a nine-section template.
Coordinate behavior-preserving code refactors with tests, review, and gated commits.