skills/github/04-staging-awareness/SKILL.md
Staging is the thinking buffer. Three states: working / staged / committed.
npx skillsauth add ariffazil/openclaw-workspace GitHub Staging AwarenessInstall 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.
"Staging is the thinking buffer. Three states: working / staged / committed." — AAA GitHub Canon, position 4 of 12
Always know which state your changes are in. Prevents accidental commits and lost work.
git status (state map) + git diff (working vs staged) + git diff --cached (staged vs HEAD)git add <file> (working → staged), git restore <file> (working discard), git restore --staged <file> (unstage)git add . — review firstgit stash for temporary saves when switching contextgit stash pop to restore — never lose work| Tool | Purpose |
|---|---|
| forge_git_status | staging-awareness operation |
| forge_git_diff | staging-awareness operation |
| forge_filesystem_read | staging-awareness operation |
git add . without explicit reviewgit restore committed history without confirmationCurrent state map: X files modified, Y staged, Z untracked, branch at <sha>
commit-craftsmanshipgithub-runbookPosition 4 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.