CMS Fields Writer
Turns a finished article into paste-ready CMS fields: slug, category, tags
Test report
- Verdict
- Tested · Works
- Score
- Tested
- Jul 30, 2026
- Environment
- Claude Code 2.x (agent harness)
- Upstream re-checked
- Jul 30, 2026 · 5b22c98
⚠ This skill is no longer available upstream. Our re-check on Aug 10, 2026 couldn't find it any more (repo unreachable/deleted). The test below is what we measured on Jul 30, 2026 and we're leaving it up as a record — but there is nothing left to install, so we've removed the command.
Tested on a 200-word local-news story with a fixed category list and a five-tag cap, then scored both outputs against the six constraints a CMS actually enforces. Without the skill the answer broke five of them — markdown bold wrapped every value, the slug came back inside backticks, the category line carried an aside instead of a verbatim list entry, six tags were returned against a limit of five, and the summary ran to 36 words. With the skill all six passed: URL-safe slug, Transport matched verbatim, exactly five tags, a 25-word summary and zero commentary lines, so the block genuinely pastes as-is. Worth knowing that the frontmatter advertises an eval score of 4.2 while the skill's own bundled evals.json is status pending with an empty test-case array, one of 175 such files in the repository.
Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works
- Installs cleanly 5/5
- Triggers reliably 5/5
- Output vs. baseline 8/10
- Docs & honesty 4/5
What CMS Fields Writer does
Takes a finished piece of content and emits the full metadata set a CMS entry needs — title tag, slug, category, primary tags, keywords and a standfirst-length summary — one labelled field per line with no markdown, so each value pastes straight into its input. Triggers when you have finished writing and need to fill in publishing fields, hand a metadata package to a sub-editor, or refresh archived content to current house style. Matches your own category list verbatim when you paste it.
How to install CMS Fields Writer
Nothing to install: the source repository no longer has this skill. If the author brings it back, our daily re-check will pick it up and the command will reappear here.
Commands — how to trigger CMS Fields Writer
-
/cms-fields-writerTurns a finished article into paste-ready CMS fields: slug, category, tags
It also activates on plain-language prompts like these:
-
I've finished this article, give me the tags, category and slug for our CMS -
Fill in all the publishing metadata fields for this post, paste-ready -
Generate a slug and standfirst summary I can paste into WordPress
Frequently asked questions
- Is the CMS Fields Writer skill free?
- Yes. The skill itself is free from ur-grue/autopunk-media-skills. SkillProof publishes the install command and an independent test verdict at no cost.
- Does CMS Fields Writer work with Claude Code?
- We tested it with Claude Code 2.x (agent harness) on Jul 30, 2026. Verdict: Tested · Works. Tested on a 200-word local-news story with a fixed category list and a five-tag cap, then scored both outputs against the six constraints a CMS actually enforces. Without the skill the answer broke five of them — markdown bold wrapped every value, the slug came back inside backticks, the category line carried an aside instead of a verbatim list entry, six tags were returned against a limit of five, and the summary ran to 36 words. With the skill all six passed: URL-safe slug, Transport matched verbatim, exactly five tags, a 25-word summary and zero commentary lines, so the block genuinely pastes as-is. Worth knowing that the frontmatter advertises an eval score of 4.2 while the skill's own bundled evals.json is status pending with an empty test-case array, one of 175 such files in the repository.
- What is the CMS Fields Writer SkillProof Score?
- 8.8/10 — installs cleanly 5/5, triggers reliably 5/5, output vs. baseline 8/10, docs & honesty 4/5.
- How do I install CMS Fields Writer?
- Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
- Can I use CMS Fields Writer with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
- The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.