원클릭으로
change-validation
Use when validating implemented changes against the plan, PAS conventions, cross-artifact consistency, and regressions.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Use when validating implemented changes against the plan, PAS conventions, cross-artifact consistency, and regressions.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Use when creating a local agent for a pas-clief workspace. Walks the user through naming the agent, defining its role, listing its skills, and writing CLAUDE.md and CONTEXT.md from templates. The agent lands in `library/agents/<name>/`.
Use when drafting and publishing a newsletter issue. Walks research → draft → publish phases, using the writer agent. Example library process for pas-clief — copy or extend it for your own use.
Use when applying a workspace's drafting conventions to written output — voice, format, sentence rhythm, the things that make output feel like it belongs to this project. Reads the workspace's style notes if any and adjusts the draft accordingly.
Use when line-editing a draft for clarity and economy. Tightens sentences, removes filler, rewrites awkward constructions, ensures every sentence earns its keep. Apply this skill on the final pass before output.
Use when an agent needs to gather sources or background information from the web for a topic. Produces a concise sources file with URLs, summaries, and the most relevant excerpts.
Use when checking that a pas-clief workspace is current with the latest plugin conventions, or when migrating from an older version. Walks a checklist of structural and template changes and offers to apply each.
| name | change-validation |
| description | Use when validating implemented changes against the plan, PAS conventions, cross-artifact consistency, and regressions. |
Systematically validate all changes made during the Execution phase. Check completeness against the plan, PAS convention compliance, cross-artifact consistency, and regressions.
Read workspace/pas-development/{slug}/planning/implementation-plan.md and check each change item:
For every new or modified artifact, verify:
Check that changes don't contradict existing artifacts:
For existing processes and skills that were NOT targeted by this cycle:
# Validation Report
## Status: {PASS | FAIL}
## Plan Completeness
- {N}/{N} changes implemented
- Unplanned changes: {list or "none"}
## Convention Violations
- {file}: {violation} — **{blocking | advisory}**
## Consistency Issues
- {description} — **{blocking | advisory}**
## Regressions
- {description} — **{blocking | advisory}**
## Changelog Status
- {N}/{N} artifacts have updated changelogs
## Blocking Issues (must fix before release)
1. {issue with file path and fix instruction}
## Advisory Issues (should fix, not blocking)
1. {issue with file path and suggestion}
(Populated by feedback over time)