commit-push — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited commit-push (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.
Script path fallback: qq scripts are invoked as bare commands (e.g.unity-test.sh). If "command not found", use${CLAUDE_PLUGIN_ROOT}/bin/<command>instead.
Respond in the user's preferred language (detect from their recent messages, or fall back to the language setting in CLAUDE.md).
Batch commit all uncommitted changes and push to the remote repository.
qq-project-state.py is available, run it first: qq-project-state.py --prettyInterpret it like this:
recommended_next == "/qq:commit-push" → normal ship path, continuegit status -u and git diff --stat to view all uncommitted changesgit add the relevant files (do not use git add -A; specify files individually)Co-Authored-By: Claude Opus 4.6 <[email protected]> at the end of the commit messagegit pushType A: EnterWorktree session (CWD is inside .claude/worktrees/):
git log --oneline --all --decorate | head -5 or read the branch the worktree was based ongit checkout <source-branch> && git merge <worktree-branch>git pushExitWorktree tool with action: "remove" to clean up and return to original CWDType B: qq-managed worktree (qq-worktree.py is available and isManagedWorktree=true):
qq-worktree.py closeout --auto-yes --delete-branch --prettyqq-worktree.py status --prettymerge-back / cleanup when debuggingType C: Not in a worktree → normal path, stop after push
Do not commit:
.env, API keys, credentials, or other sensitive files.gitignore.obsidian/ directoryqq-execute-checkpoint.py pipeline-clear --project . --status completedhardening-style flows, treat /qq:commit-push as the end of the verified path, not the place to discover missing tests/review/doc driftcloseout as the default path~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.