원클릭으로
post-archive
Archive a finalized article and accumulate personal style fingerprints — moves to archived/YYMMDD/, updates style/profile.md
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Archive a finalized article and accumulate personal style fingerprints — moves to archived/YYMMDD/, updates style/profile.md
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Generate platform-adapted articles from a GitHub repo, a local codebase, or a research report — spawns platform-specific agents for generation.
三方会审 — each reviewer identity is run independently by three heterogeneous models (Opus + DeepSeek + Codex) via takeover fan-out + sharp-review's merge engine. Disagreements between models surface genuine issues.
Export a finalized article for publishing — image verification, clipboard export, platform-specific publishing guidance. Does NOT edit content.
Review an academic paper PDF — ingest, summarise, fan out multi-angle 锐评, polish user draft into publishable English reviewer comments, archive.
Re-run a single step of the paper-review pipeline against an existing slug. Replaces the old paper-archive / paper-repolish skills.
| name | post-archive |
| description | Archive a finalized article and accumulate personal style fingerprints — moves to archived/YYMMDD/, updates style/profile.md |
| argument-hint | <slug> |
| allowed-tools | ["Read","Write","Bash","Glob"] |
Archive a completed article slug. Distills ongoing/<slug>/ into a frozen archive at archived/YYMMDD/<slug>/ — research notes, the assembled final article per platform, the images those finals reference, and the latest review verdict. The raw 2-draft/vN/ version chain is collapsed (the final assembled output is kept, intermediate revisions are dropped). Then extracts style fingerprints and updates style/profile.md. No editing — the article text is final.
Archive contract (what survives — Step 3 and the actual archived contents must match this exactly):
1-research/— copied verbatim<platform>.md(one per platform) — the assembled final, version chain collapsedimages.md— the assembled finalimages/— only the-v<N>files referenced by the final articlesreview-verdict.md— the latest2-draft/vN/review-verdict.md(audit record of the passing 三方会审)- exported
.docx(if produced by /post-publish) — kept alongside the platform finals- NOT preserved: the raw
2-draft/vN/chain, draft-only scratch files
| Phase | File | Steps |
|---|---|---|
| Identify | 01-identify.md — Identify slug + BLOCKING review-verdict gate + verify final | 1–2 |
| Archive | 02-archive.md — Assemble final & move to curated archive (copy only, no delete) | 3 |
| Style | 03-style.md — Text-only style/published archive + fingerprint extraction + profile update | 4–6 |
| Cleanup | 04-cleanup.md — Clone-cache cleanup + drop ongoing + optional postmortem + report | 7–9 |
Run steps in order. At the start of each phase, Read the corresponding sub-file and follow its instructions. This SKILL.md is just the map.
Ordering (critical): Step 3 only COPIES out of the version chain — it must NOT delete
ongoing/<slug>. Steps 4–6 still read2-draft/vN/. The destructiverm -rf "ongoing/<slug>"cleanup is deferred to Step 7, AFTER every read from the version chain has completed.
Never modify files under archived/YYMMDD/<slug>/ except for postmortem.md. The frozen snapshot is the source of truth.