Free SKILL.md scraped from GitHub. Clone the repo or copy the file directly into your Claude Code skills directory.
npx versuz@latest install lostforwurdz-loom-skills-archived-content-prgit clone https://github.com/lostforwurdz/loom.gitcp loom/SKILL.MD ~/.claude/skills/lostforwurdz-loom-skills-archived-content-pr/SKILL.md---
name: content-pr-archived
description: >-
DEPRECATED. Converted to a vendor-neutral pipeline in
~/loom/pipelines/content-pr.json (kobramaz-lmn.53 sub-task #6, 2026-05-12).
Invoke via `pool_pipeline_run content-pr` through the loom-pool MCP.
Original content kept below for reference.
---
> **DEPRECATED — kobramaz-lmn.53 sub-task #6 (2026-05-12).**
>
> Replaced by `~/loom/pipelines/content-pr.json`. Any MCP client invokes via:
>
> ```jsonc
> // pool_pipeline_run
> { "pipeline_id": "content-pr" }
> ```
>
> Pipeline runner is vendor-neutral — the steps run on whichever workers
> the 7-factor router (or explicit `agent` / `worker` / `routing_hint`)
> selects. Prior step outputs are auto-prepended to downstream step
> system prompts (Phase 21 sub-task #4 feature).
# Content PR Gate
Sequential four-phase review for content PRs. Each phase gates the next; a Critical finding halts the chain until resolved.
## Trigger
Invoke when a PR carries the `content` label, or the diff touches `app/(marketing)/`, `app/blog/`, or any `*.mdx` file.
## Phases (sequential — wait for each to complete before dispatching the next)
**Phase 1 — SEO Audit:** dispatch `seo-auditor` agent. Checks: meta tags, structured data (JSON-LD), sitemap, OpenGraph, Lighthouse SEO score. Output → `.claude/audits/CONTENT_seo_<timestamp>.md`.
> [!CAUTION]
> **BLOCKING STEP.** Critical finding from any phase: halt, fix, re-run before continuing to the next phase.
**Phase 2 — UI Audit:** dispatch `ui-auditor` agent with diff + Phase 1 report. Checks: design pattern consistency, layout regressions. Output → `.claude/audits/CONTENT_ui_<timestamp>.md`.
**Phase 3 — Accessibility:** dispatch `accessibility-tester` agent with diff + Phase 1–2 reports. Checks: WCAG 2.1 AA, keyboard navigation, color contrast. Output → `.claude/audits/CONTENT_accessibility_<timestamp>.md`.
**Phase 4 — Final Review:** dispatch `reviewer` agent with diff + all three phase reports. Provides final sign-off. Output → `.claude/audits/CONTENT_reviewer_<timestamp>.md`.
## Verification
- [ ] All four `.claude/audits/CONTENT_<phase>_<timestamp>.md` files exist.
- [ ] `reviewer` phase report contains explicit approval sign-off.
- [ ] No unresolved Critical findings across any phase.
## References
- `workflows/plan-and-execute.md` — use this skill as Phase 7 gate for content-focused plan phases