Install
$ agentstack add skill-sergekostenchuk-ui-ux-agent-skill-system-editorial-quality-gate ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
Editorial Quality Gate
Use this skill after the site content model and publication surface are known.
Read [references/editorial-quality-checklist.md](references/editorial-quality-checklist.md) before producing a full content quality report.
Owns
- editorial quality checklist;
- source support and unsupported-claim review;
- prompt residue detection;
- repeated block and context leakage review;
- no SEO-filler checks;
- page-type quality gates for news, longform, blog, project, and topic pages;
- handoff backlog for content strategy, localization, and decay monitoring.
Does Not Own
- live publishing pipelines;
- model provider credentials;
- translation implementation;
- content strategy beyond quality-gate findings;
- content decay automation;
- technical SEO/schema implementation;
- visual layout or UX design.
Workflow
- Identify page type:
news_brief,longform_article,blog_post,project_page,topic_page, ortranslation. - Identify the intended source material and visible claims.
- Check whether each material claim is supported by a source, artifact, or clearly marked author opinion.
- Scan for prompt residue, editorial instructions, repeated context blocks, boilerplate padding, and low-value SEO filler.
- For translations, compare meaning and audience fit rather than demanding literal phrasing.
- Check that the content serves its declared page role and does not create a duplicate public story body.
- Return a gate decision:
pass,revise, orblock. - Record follow-up items for content strategy, localization, or decay monitoring when they exceed this skill's scope.
Non-Negotiables
- Do not approve unsupported factual claims.
- Do not approve hidden SEO-only content.
- Do not approve prompt residue or internal editorial instructions in public text.
- Do not approve repeated paragraphs unless repetition is explicitly justified by page structure.
- Do not create a third public story body when the declared model is one short brief plus one longform article.
- Do not claim translation quality without checking meaning, terminology, tone, and locale fit.
- Do not rewrite the whole article unless the user explicitly asks for a rewrite.
- Do not touch live publishing systems.
Safety And Privacy Boundaries
- Do not include secrets, API keys, private analytics rows, raw IP logs, account tokens, private drafts, or admin-only URLs in public content reports.
- Do not publish or edit live content unless the user separately asks for that implementation task.
- Do not reveal private source material in public-facing recommendations.
- Do not approve claims about medical, legal, financial, ranking, crawler, or assistant-citation outcomes without appropriate evidence and scope labels.
- Do not turn editorial QA into hidden crawler-only optimization.
Page-Type Gates
News Brief
Must be concise, sourced, dated, and clear about what happened. It should link to the paired longform when available. It should not become a longform explanation.
Longform Article
Must explain context, why it matters, source trail, implications, and uncertainty. It should remove prompt residue from generation and avoid repeating the short brief verbatim beyond a short summary.
Blog Post
May contain author opinion, but factual claims and references still need support or clear framing. It should not imitate news authority if it is a personal essay.
Project Page
Must describe purpose, status, repository or artifact links if public, evidence of usefulness, and relation to the site or workflow. It should not overclaim maturity.
Topic Page
Must define the topic, explain why it matters, link to representative stories/projects, and avoid thin aggregation.
Translation
Must be localized for the target reader, preserve factual meaning, avoid literal awkwardness, and keep names, dates, product terms, and source references consistent.
Output Shape
Return:
- Gate decision:
pass,revise, orblock. - Page type and intended role.
- Findings grouped by severity.
- Source-support notes.
- Prompt-residue and duplication notes.
- Translation/localization notes if relevant.
- Minimal edits or revision instructions.
- Deferred backlog items for content strategy, localization, or decay monitoring.
Use [assets/quality-gate-report.template.md](assets/quality-gate-report.template.md) when a persistent report is needed.
Validation
Validate skill edits with:
python3 $CODEX_HOME/skills/senior-skill-architect/scripts/lint_production_skill.py $HOME/SKILL/skills/editorial-quality-gate
python3 $HOME/SKILL/plans/seo-llm-skill-cluster/scripts/lint_skill_cluster.py $HOME/SKILL
Forward tests live in [evals.json](evals.json).
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: sergekostenchuk
- Source: sergekostenchuk/ui-ux-agent-skill-system
- License: Apache-2.0
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.