skill-lifecycle-optimization — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited skill-lifecycle-optimization (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.
Treat each skill as a versioned, testable artifact that can improve or regress. Optimize from execution evidence, not from stylistic preference.
Activate when:
a clear benefit from access to task-relevant skills, while tested abstraction-level and example-format rewrites had smaller, uncertain, model-dependent effects.
diagnoses, momentum, and layer-aware patches.
refinement with unit tests and runtime feedback.
another.
evolver's ability to write a useful update from an executor's ability to load and follow it.
no-skill agents and should be evaluated dynamically under realistic tasks.
Maintain:
skill_id: example
version: 1.2.0
source: curated|generated|third-party
compatible_models: []
compatible_harnesses: []
evaluation_suite: path-or-id
last_evaluated_at: ISO-8601
repair_count: 0
regression_count: 0
known_failure_modes: []
rollback_target: 1.1.0Define:
Do not optimize against the held-out suite.
Capture:
Separate two executor failures:
| Failure | Meaning |
|---|---|
| Activation failure | Relevant skill was not loaded |
| Adherence failure | Skill loaded, but the executor did not follow it |
For each task:
## Diagnosis
- Task:
- Outcome:
- Failure or success signal:
- Missing, weak, ignored, or preserved guidance:
- Reusable mechanism:
- Suggested layer:
- Evidence:Use both:
Maintain momentum_memory.md:
## Pattern: [stable-slug]
- status: new|recurring|unresolved|absorbed
- evidence:
- affected skill sections:
- reusable rule:
- remedy log:Momentum reduces churn. Consolidate recurring semantic directions instead of reacting to the latest task in isolation.
Patch patterns, not individual examples.
| Layer | Contents |
|---|---|
SKILL.md | concise always-loaded routing and core procedure |
references/*.md | conditional edge cases, long procedures, examples, domain specifics |
scripts/ | executable helpers where deterministic automation is appropriate |
Prefer small targeted edits. Do not continuously expand the always-loaded file.
Report per model and harness:
Canary new versions before promotion. Roll back when regressions exceed the defined budget.
Do not automatically spend the strongest model on skill evolution. Test whether a cheaper evolver produces equivalent reusable procedures. Allocate strong-model budget to the task-solving executor when executor activation or adherence is the bottleneck.
## Skill Baseline
[Version, source, models, harnesses, evaluation suite]
## Trajectory Evidence
[Failures, contrastive successes, activation and adherence failures]
## Textual Momentum
[Recurring patterns and status]
## Patch Plan
[Layer-aware targeted edits]
## Net-Effect Report
[Repairs, regressions, held-out results, cost, per-model behavior]
## Promotion Decision
[Promote, canary, revise, or rollback]Created: 2026-06-02 Version: 1.0.0
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.