continue-feature — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited continue-feature (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.
Continues work on an existing feature clone with proper context analysis.
"$ARGUMENTS"
Parse this as natural language. Extract:
If no input at all: "Error: Please describe which feature you want to continue."
If next action is not provided, gather context and state, then proceed based on the natural next step in the workflow.
List existing clones in _clones/ directory and try to match the feature description:
ls -1 _clones/If found → Continue to Step 2 (navigate) If not found → Continue to Step 1b (check remote branches)
Check if a remote feature branch exists that matches the description:
git fetch --prune
git branch -rReview the list of remote branches and match one to the user's feature description.
If found → Run /create-clone with the matched branch name, then continue to Step 4 If not found → Exit with error:
Change to the feature clone directory using /cd-permanent _clones/$FEATURE_NAME skill.
bash ~/.claude/scripts/git_branch_state.shif not synced with main, add "run /sync skill" to task list
Run /ci-watcher skill to launch the CI watcher in the background for the current branch.
plan-$FEATURE_NAME.md exists — if yes, read itgit diff origin/main...HEAD to see what's been done so far~/.claude/feature-workflow.md to understand the full workflow when building featuresProceed immediately without asking for approval. Using all gathered context:
ADD ALL ABOVE STEPS as steps to task list and start working.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.