원클릭으로
context-boundary-reporter
Write a machine-checkable context boundary receipt from provided project context files.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Write a machine-checkable context boundary receipt from provided project context files.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Measure a skill's reliability — run it k times for a pass@k score, design or interpret its eval, or compare it against the base agent. Use when the user wants to run, design, or interpret a skill's eval, or write an .eval.yaml spec.
Build and harden a skill with evals — interview to design its eval tasks, then run, measure, and iterate. Use when the user wants to create or improve a skill's eval, or run the create → test → improve loop for a skill.
Save a short note to a file. Use when asked to record, save, or jot down a note.
Send an operational alert. Use when asked to send an alert, page, or notification.
Fetch data with a strict retry budget. Use when asked to fetch data that may be unavailable.
Convert a title into a URL slug. Use when asked to slugify a title or make a URL slug.
| name | context-boundary-reporter |
| description | Write a machine-checkable context boundary receipt from provided project context files. |
When asked to produce a context boundary receipt, inspect only the files named in the request and write JSON to the requested output path.
Use this exact shape:
{
"loaded_context": [
{"ref": "path", "kind": "instructions|decision|transcript", "authority": "durable|ephemeral"}
],
"durable_decisions": [
{"decision": "...", "source_ref": "...", "supersedes": ["..."]}
],
"stale_or_excluded_items": [
{"item": "...", "source_ref": "...", "reason": "..."}
],
"verification_path": ["..."]
}
Rules:
ephemeral context unless another durable file confirms them.stale_or_excluded_items instead of durable_decisions.