issue — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited issue (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.
Persist problem-solving state in GitHub issues so a later session (or a fresh context) can re-read an issue cold and continue. Each issue records the problem, a self-contained Pickup Directive, the working hypothesis, attempts, and the final resolution.
gh CLI authenticated (gh auth status).Interpret intent and route:
| User says | Action |
|---|---|
| "track this in an issue", "log this problem", "open an issue for this" | create |
| "update the issue", "note progress on #N", "I found the cause" | update |
| "resume issue #N", "what was I doing on #N", "pick up where I left off" | resume |
| "list my memory issues", "what issues am I tracking" | list |
Default when ambiguous and a number is present → resume #N; otherwise → create.
references/issue-template.md (Problem / Pickup Directive / Hypothesis / Attempts / Resolution). Fill Problem + Pickup Directive + initial Hypothesis from the current context; leave Attempts/Resolution as stubs.resume/list can filter: gh issue create --title "<concise title>" --label claude-memory --body "<rendered template>"If the label does not exist, create it once: gh label create claude-memory --description "Claude resolution memory" --color BFD4F2.
gh issue view <N> --comments to load current state. gh issue comment <N> --body "<progress / revised hypothesis / new attempt>" gh issue comment <N> --body "Resolution: <what fixed it and why>"
gh issue close <N> --reason completed gh issue view <N> --commentsIf no number given: gh issue list --label claude-memory --state open and ask which.
gh issue list --label claude-memory --state openShow number, title, and updated time.
The structure lives in references/issue-template.md. Read it before create so every issue is self-contained and re-readable cold. The Pickup Directive is mandatory: it is what makes the issue resumable without prior context.
gh issue view) before commenting or closing; never blow away existing content.gh issue create and before gh issue close (outward-facing / state change).gh for all issue operations, not raw git; this skill never commits or pushes.issue != remember: remember is an ephemeral per-session snapshot. issue is durable and GitHub-native.issue != brain: brain is manual Obsidian capture. issue is the repo's tracker, auto-re-read on resume.~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.