skills/_retired/ARCHIVE-dupe-2026-07-12/root_AAA_skills/ARCHIVE-github/08-pull-discipline/SKILL.md
Pull is sync with reality. Pull before branching, before committing.
npx skillsauth add ariffazil/openclaw-workspace GitHub Pull DisciplineInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
"Pull is sync with reality. Pull before branching, before committing." — AAA GitHub Canon, position 8 of 12
Stay in sync with main (or the working branch). Resolve conflicts cleanly.
git pull --force (it doesn't exist; if you want force, you mean git fetch + manual)git fetch origin (downloads remote refs without merging)git log HEAD..origin/main --oneline (what's new upstream)git pull --rebase origin main (replay your commits on top; clean history)git pull --no-rebase origin main (merge commit; preserves your branch shape)<<<<<<<, =======, >>>>>>>), resolve intentionally, git add, git rebase --continuegit status clean, tests pass on the rebased branch| Tool | Purpose |
|---|---|
| forge_git_log | pull-discipline operation |
| forge_git_status | pull-discipline operation |
| forge_filesystem_read | pull-discipline operation |
Local branch synchronized with remote; conflicts resolved (if any); tests pass
branch-disciplinemerge-protocolPosition 8 of 12 in the AAA GitHub Canon. Sovereign ruling 2026-06-24. Consolidates and supersedes prior GitHub-related skills in the federation. License: AGPL-3.0 · Sovereign: Arif bin Fazil DITEMPA BUKAN DIBERI
development
Federation-wide gold (XAUUSD) trading capability. Python stack, OANDA broker, backtesting, macro signals, RSI strategy. Every organ has a role.
development
Capital claim state management — tracks claim lifecycle across WEALTH organ.
development
Archived constitutional warga placeholder retained only for audit provenance. Do not use for active work; use the live arifOS governance and constitutional skills instead.
testing
Warga (citizen) agent skills for AAA federation members. See subdirectories for specialized warga skills.