with one click
content-review
// Final quality gate for a brand-new Career Hub draft. Use only at the end of the new-content pipeline to score an unpublished article before it is accepted.
// Final quality gate for a brand-new Career Hub draft. Use only at the end of the new-content pipeline to score an unpublished article before it is accepted.
[HINT] Download the complete skill directory including SKILL.md and all related files
| name | content-review |
| description | Final quality gate for a brand-new Career Hub draft. Use only at the end of the new-content pipeline to score an unpublished article before it is accepted. |
| metadata | {"family":"content","owner":"content","last_reviewed":"2026-04-30T00:00:00.000Z","version":"1.0.0"} |
Score the new draft before it is accepted for implementation.
Read nextjs-app/docs/BRAND.md for editorial thresholds, banned phrases, and quality criteria.
Score the draft across:
Content review is the final editorial acceptance gate. It should decide whether the content is strong enough to hand to the code family, not implement or verify the route.
Check:
pnpm audit:responsive, metadata, schema, and internal links when those are needed?Return:
When accepted, include this block:
implementation_handoff:
requires_code_family: true
target_destination: "<feature-owned data or route path>"
required_code_skills:
- data-placement
- verification-checklist
route_requirements:
- metadata
- schema
- internal_links
verification_required:
- pnpm audit:responsive
Use only requirements that apply to the accepted draft. Keep pnpm audit:responsive as code-family verification, not a content-review action.
pnpm audit:responsive from this skill.