progressive-compaction-prompt-edfa0c — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited progressive-compaction-prompt-edfa0c (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Domain: context-management Trigger: Apply when composing compact summaries so each round captures intent, context, per-step detail, and invocation cues before the final summary is stripped to user-friendly text. Source Pattern: Distilled from reviewed session memory, compaction, and context-budgeting implementations.
Wrap each compaction request in a staged prompt that asks the model to summarize in a deliberate sequence instead of freeform prose. The prompt should first ban tool use, then walk through the important dimensions of the conversation such as goals, decisions, artifacts, open work, and invocation guidance. Ask the model to emit a structured draft that is easy for post-processing to clean up, then strip the drafting scaffolding before storing or showing the final summary. Add only the minimum follow-up instructions needed so an automated agent can resume from the compacted state without asking redundant questions.
Before resuming a long-running session after compaction, generate the summary with the staged prompt, run a cleanup pass that removes drafting tags, and attach the final summary to the resumed session along with any preserved transcript references. The next agent can then continue from a concise, automation-friendly handoff instead of reprocessing the trimmed history.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.