Home / chan4lk / specclaw · plugins/specclaw/skills/pr/SKILL.md · GitHub

pr skillB

pr is agent-read markdown (skill) from chan4lk/specclaw: Create a GitHub pull request for a verified change. Reads verify-report.md, opens a PR with title from proposal and body from spec, enforces the configured test policy. Requires the gh CLI authenticated. Run after /specclaw:verify produces a verify-report.md. For Azure DevOps PRs, use /specclaw:pr-azdo instead..

Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.

What the file says

# specclaw pr

## The staged-files gate (change 029)

Before staging anything, `specclaw-pr` runs:

```bash
specclaw-check-staged .specclaw <change>
```

It classifies every path the branch changes into four buckets:

| Bucket | Meaning | Default |
|---|---|---|
| `required-missing` | a mandatory artifact is not committed to the branch | **BLOCK** |
| `declared` | declared by a task, or inside the change dir | ok |
| `undeclared` | changed on the branch, declared by no task | WARN |
| `suspicious` | matches a junk pattern (`.session-id*`, `*.log`, `.env*`, …) | **BLOCK** |

**`undeclared` never blocks on its own.** `tasks.md` file lists are a scope *signal*, not a contract,
and a barrel export updated for a new module is a legitimate ripple that will never appear in one. A
gate that blocks a correct PR is worse than the silent failure it replaces.

**`workflow.staged_files_block` ships `false`**, so a BLOCK is reported and the PR still opens — the
same one-release rollout `code_review_block` took. Set it `true` once the buckets have earned it.

When there is something to judge — a non-empty `required-missing` or `suspicious`, or more than
…

Read the whole file at its exact version.

How to install

Latest version
mdr add chan4lk/specclaw/pr@git:20260918.99e7afb
Exact content
mdr add chan4lk/specclaw/pr@sha256:320b98a8db464524

Pin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.

Badge

mdr badge

[![mdr](https://markdownregistry.com/badge/art_2hnewc4oa4eun3ib.svg)](https://markdownregistry.com/a/art_2hnewc4oa4eun3ib)

1 badge views in 30 days

Versions

versioncommittedcommitsizeaudit
git:20260918.99e7afb latest2026-09-18 99e7afb 5,814 BB view · diff
git:20260710.68d16912026-07-10 68d1691 3,882 BB view · diff
git:20260710.6d89efe2026-07-10 6d89efe 3,473 BB view · diff
git:20260710.aebf18a2026-07-10 aebf18a 3,511 BB view · diff
git:20260708.0fdb53a2026-07-08 0fdb53a 3,102 BB view

Audit of the latest version

B  16 of 17 checks passed. Deterministic, no model, same answer every run.
  • fail: Frontmatter declares a name
  • pass: Frontmatter block present
  • pass: Frontmatter declares a description
  • pass: Size between 200 bytes and 200 KB (5814 bytes)
  • pass: No zero-width or bidi control characters
  • pass: No instruction hidden inside an HTML comment
  • pass: No link to an exfiltration or paste host
  • pass: No credential-shaped string
  • pass: No instruction to send local credentials anywhere
  • pass: No text hidden with inline styles
  • pass: No prompt-injection phrasing
  • pass: No curl or wget piped into a shell
  • pass: No recursive delete of root, home or parent
  • pass: No instruction to read or print local credentials
  • pass: No base64 blob over 200 characters
  • pass: No link to a raw IP address
  • pass: No script tag

Source

GitHub

chan4lk/specclaw · 12 stars · license MIT · pushed 2026-09-22 · branch main

API

GET https://markdownregistry.com/api/v1/artifacts/art_2hnewc4oa4eun3ib
GET https://markdownregistry.com/api/v1/resolve?ref=chan4lk/specclaw/pr
GET https://markdownregistry.com/api/v1/blob/320b98a8db464524a5d233c519e0fbb82d778085973f9c7f3ede642976a3435a

Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.

More from chan4lk/specclaw

specclaw skill
chan4lk/specclaw · .agents/skills/specclaw/SKILL.md · Run the SpecClaw spec-driven lifecycle in this repository when a request needs proposal, planning, build, verification…
git:20260920.e1dc68c · audit A · 12 stars
CLAUDE.md claude
chan4lk/specclaw · CLAUDE.md
git:20260918.26bbfe4 · audit A · 12 stars
llms-full.txt@docs llmstxt
chan4lk/specclaw · docs/llms-full.txt
git:20260717.fc3814b · audit A · 12 stars
llms.txt@docs llmstxt
chan4lk/specclaw · docs/llms.txt
git:20260717.fc3814b · audit A · 12 stars
CLAUDE.md@plugins/specclaw claude
chan4lk/specclaw · plugins/specclaw/CLAUDE.md
git:20260922.902b03b · audit B · 12 stars
archive skill
chan4lk/specclaw · plugins/specclaw/skills/archive/SKILL.md · Move a completed change to .specclaw/changes/archive/ under its existing name. Closes the GitHub Issue (if sync is…
git:20260918.fdd8978 · audit B · 12 stars
auth-azdo skill
chan4lk/specclaw · plugins/specclaw/skills/auth-azdo/SKILL.md · Interactive setup for Azure DevOps authentication. Prompts for organization, project, and repo, validates a Personal…
git:20260515.4f3e739 · audit B · 12 stars
auth-jira skill
chan4lk/specclaw · plugins/specclaw/skills/auth-jira/SKILL.md · Interactive setup for Jira authentication. Prompts for domain, email, project key, and issue type, validates an…
git:20260515.4f3e739 · audit B · 12 stars
author-spec skill
chan4lk/specclaw · plugins/specclaw/skills/author-spec/SKILL.md · Interactively co-author spec.md for an approved proposal via the spec-author subagent. The agent walks the user through…
git:20260524.1179910 · audit B · 12 stars
auto skill
chan4lk/specclaw · plugins/specclaw/skills/auto/SKILL.md · Run the propose → plan → build → verify lifecycle autonomously across the queue of active changes. Advanced — requires…
git:20260515.d5537a5 · audit B · 12 stars
azdo-issue skill
chan4lk/specclaw · plugins/specclaw/skills/azdo-issue/SKILL.md · Create or update an Azure Boards Work Item that mirrors this proposal. Targets Azure DevOps Boards (Features / User…
git:20260706.ade5fa1 · audit B · 12 stars
bf-analyze skill
chan4lk/specclaw · plugins/specclaw/skills/bf-analyze/SKILL.md · Analyze an existing (possibly legacy) codebase and write a grounded `.specclaw/analysis/codebase-report.md` covering…
git:20260920.62cf3f0 · audit B · 12 stars

Every file in chan4lk/specclaw

Other files named pr

pr skill
jeremylongshore/tons-of-skills-marketplace · plugins/ai-agency/hyperflow/skills/pr/SKILL.md · Use when reviewing an incoming GitHub pull request — runs the multi-level (L1-L5) audit against the PR's real diff…
v1.0.0 · audit A · 2,786 stars
pr skill
umputun/cc-thingz · plugins/review/skills/pr/SKILL.md · Comprehensive PR/issue review - analyzes architecture, tests, identifies unrelated changes mixed in, drafts review…
git:20260218.ebd1cfb · audit A · 478 stars
pr skill
vinta/hal-9000 · skills/pr/SKILL.md · Use when the user explicitly asks to push the current branch and open a PR, rewrite an open PR's body from its commits…
git:20260923.16c363b · audit A · 138 stars
pr skill
oprogramadorreal/optimus-claude · skills/pr/SKILL.md · Creates or updates a pull request (GitHub) or merge request (GitLab) for the current branch in the Conventional PR…
git:20260909.63879c3 · audit B · 75 stars
pr skill
cryndoc/polisade-orchestrator · skills/pr/SKILL.md · Provider-agnostic PR operations (GitHub / Bitbucket Server) for PM — create, list, view, diff, merge, comment, close…
git:20260907.ad5db37 · audit B · 7 stars

Browse by kind, by grade B, or by owner.