sync — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited sync (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.
Merges from origin/main, commits any local changes with professional message generation, and pushes to remote. This ensures the current branch is always ahead of (or equal to) origin/main, never behind or diverged.
Goal: Current branch HEAD >= origin/main (no divergence, no outdated commits)
"$ARGUMENTS"
bash ~/.claude/skills/sync/sync_merge.shParse the JSON output. If conflicts is true (exit code 1), resolve conflicts:
Provide brief merge summary if merge occurred.
Review staged/unstaged changes using git diff to understand type, scope, and impact. Stage all unstaged changes with git add -A. If no changes exist, skip to Step 5.
If plan-*.md exists, review phase status and note completions.
Create structured commit message:
Brief description (50 chars max)
- Detailed bullet points of key changes
- Focus on WHY not just WHAT
- Reference phase completion if applicableUse the user's hint from $ARGUMENTS if provided.
If changes exist from Step 2:
bash ~/.claude/skills/sync/sync_commit_push.sh "GENERATED_COMMIT_MESSAGE"Parse the JSON output. Check verified is true. If not, report issue. If no changes, just report already synced.
Report commit hash, push status, and summary to user.
Final State: Current branch >= origin/main (ahead or equal, never behind or diverged)
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.