skills/ARCHIVE-dupe-2026-07-12/root_.agents_skills/FORGE-github-ops/SKILL.md
Runbook for GitHub & Git operations across federation repos — commit workflow, PR ops, branch discipline.
npx skillsauth add ariffazil/openclaw-workspace FORGE-github-opsInstall 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.
ariffazil/arifOS — Constitutional kernel (Python 3.12+)
ariffazil/A-FORGE — Execution engine (TypeScript/Node.js)
ariffazil/GEOX — Earth intelligence (Python 3.11+)
ariffazil/wealth — Capital intelligence (Python 3.12+)
ariffazil/well — Vitality intelligence (Python 3.12+)
ariffazil/AAA — Control plane (TypeScript/React)
— — APEX (DECOMMISSIONED — deliberation moved to AAA)
— — HERMES (local only, no remote)
cd /root/<repo> && git status
cd /root/<repo> && git log --oneline -10
cd /root/<repo> && git diff
cd /root/<repo> && git remote -v
cd /root/<repo>
git status # what changed?
git diff # review changes
git add . # stage everything
git commit -m "feat: <what>" # commit
# NEVER: git push without ARIF confirmation
git branch # list branches
git checkout -b <name> # create and switch to new branch
git checkout main # switch back to main
gh issue list -R ariffazil/arifOS --state open --limit 20
gh pr list -R ariffazil/arifOS --state open
gh pr view -R ariffazil/arifOS <number>
# arifOS
cd /root/arifOS && pip install -e ".[dev]" && pytest tests/ -q
# A-FORGE
cd /root/A-FORGE && npm install && npm run build && npm test
# GEOX
cd /root/geox && pip install -e ".[dev]" && pytest tests/ -q
# WEALTH
cd /root/WEALTH && pip install -e . && python internal/monolith.py
# WELL
cd /root/WELL && pip install -e . && python test_well.py
# AAA
cd /root/AAA && npm install && npm run build && npm run lint
# HERMES
cd /root/HERMES && npm install && npm test
gh auth status
git push to main/mastergit push --forcegit rebasedevelopment
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.