skills/_retired/ARCHIVE-dupe-2026-07-12/root_AAA_skills/ARCHIVE-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
testing
OpenClaw edge agent bridge — operational triage, doctor, restart, and A2A bridge routing for the federation edge (Telegram surface). USE WHEN: "openclaw unhealthy", "gateway down", "edge bot not responding", "a2a bridge disconnected", "watchdog tripped", "openclaw doctor", "openclaw restart". NOT for token/security audit — use FORGE-telegram-audit.
tools
Generate images, videos, TTS, voice clone, and music via MiniMax MCP server. Use when user asks to "draw", "generate image", "create picture", "make a photo", "text to image", "image generation".
testing
Single load-bearing constitutional-judgment skill. Routes all F1–F13, verdict, hold, seal, scope, authority and floor-check calls through the live arif_judge surface. Replaces 7 overlapping predecessors (arifos-constitutional-judge, arifos-constitutional-judge, arifos-constitutional-judge, arifos-constitutional-judge, arifos-constitutional-judge, arifos-constitutional-judge, arifos-constitutional-judge).
development
MANDATORY LSP grounding gate BEFORE any code mutation on .ts, .py, .js, .tsx, .jsx files. Forces the agent to read real-time compiler diagnostics and structural project context before editing — eliminating blind guesses and anchoring every mutation in F2 (TRUTH). Routes through arifOS kernel (:8088) for centralized gate logic.