summarize-session — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited summarize-session (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.
At the end of a productive coding session, analyze the conversation to extract reusable patterns and generate Claude Code artifacts (rules, skills, commands) that can accelerate future work.
Rules Candidates (coding standards, project conventions):
Skills Candidates (multi-step workflows):
Commands Candidates (single-action shortcuts):
For each identified pattern, create the appropriate artifact:
Rules → .claude/rules/<name>/RULE.md
---
name: rule-name
description: Brief description
---
# Rule Name
## When to Apply
...
## Guidelines
...Skills → .claude/skills/<name>/SKILL.md
---
name: skill-name
description: Brief description
---
# Skill Name
## Instructions
1. Step 1
2. Step 2
...Commands → .claude/commands/<name>.md
# Command Name
Description of what this command does.
## Steps
1. ...
2. ...## Session Summary
### Accomplished
- [List of completed tasks]
### Generated Artifacts
#### Rules
- `<rule-name>`: <description>
#### Skills
- `<skill-name>`: <description>
#### Commands
- `<command-name>`: <description>
### Next Steps
- [Recommendations for future work]Identified Pattern: Multi-step process for adding adapters Generated: Skill new-adapter
Identified Pattern: TypeScript strict mode conventions Generated: Rule typescript-conventions
Identified Pattern: Test-then-commit workflow Generated: Command test-and-commit
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.