with one click
github
GitHub operations — issues, PRs, commits, code search, CI/CD via gh CLI
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
GitHub operations — issues, PRs, commits, code search, CI/CD via gh CLI
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
The mandatory operational guide and metabolic flow for agents interacting with arifOS. Ditempa Bukan Diberi.
Governed intelligence skill for AAA as the abstraction, attestation, and abduction control plane across arifOS, APEX, A-FORGE, GEOX, WEALTH, WELL, and the ariffazil profile repository. Use when the user asks to explain or design AAA, route agentic work, reduce chaos/entropy in an arifOS federation task, create AREP/task declarations, classify risk, plan multi-repo changes, review governance boundaries, or translate human intent into evidence-backed, authority-safe, recursively agentic workflows. Provides deterministic F1-F13 floor checking, bounded abduction, and FederationReceipt composition.
Instrument arifOS constitutional AI kernel with Langfuse LLM tracing. Use when (1) adding Langfuse tracing to arifOS tool calls, (2) wiring arifOS telemetry to Langfuse cloud or self-hosted, (3) querying arifOS trace data from Langfuse, (4) migrating arifOS mind_reason/heart_critique calls to Langfuse spans. DITEMPA BUKAN DIBERI — Forged, Not Given.
AGI-level autonomous controller — self-healing, self-optimizing, constitutionally governed by arifOS F1-F13
Invoke arifOS constitutional MCP tools (000-999 pipeline, F1-F13 enforced)
A2A v1.0.0 client + 888 JUDGMENT integration for OPENCLAW. Use when candidate actions require ASI deliberation or A2A federation with APEX (formerly Hermes).
| name | github |
| description | GitHub operations — issues, PRs, commits, code search, CI/CD via gh CLI |
| user-invocable | true |
Triggers: "github", "open issue", "create pr", "pull request", "gh", "ci", "workflow", "code search", "repo", "commit history", "check runs", "release"
Authenticated as: ariffazil via GH_TOKEN (gh CLI, HTTPS protocol)
| Repo | Path on VPS | Purpose |
|---|---|---|
ariffazil/arifOS | /mnt/arifos | Main constitutional kernel |
ariffazil/openclaw-workspace | ~/.openclaw/workspace | This workspace (backed up nightly) |
ariffazil/APEX-THEORY | /mnt/apex | Thermodynamic AI theory |
ariffazil/AGI_ASI_bot | remote only | Telegram bot source |
# List open issues
gh issue list -R ariffazil/arifOS --state open --limit 20
# Create issue
gh issue create -R ariffazil/arifOS \
--title "Title here" \
--body "Description" \
--label "bug"
# View issue
gh issue view 42 -R ariffazil/arifOS
# Close issue with comment
gh issue close 42 -R ariffazil/arifOS --comment "Fixed in commit abc123"
# Search issues
gh issue list -R ariffazil/arifOS --search "floor enforcement"
# List open PRs
gh pr list -R ariffazil/arifOS --state open
# Create PR (from current branch)
cd /mnt/arifos
gh pr create \
--title "feat: description" \
--body "$(cat <<'PRBODY'
## Summary
- What changed and why
## Test plan
- [ ] pytest tests/ -v passes
- [ ] arifos health returns 7 public tools (2026-06-23 facade)
🤖 Opened by arifOS_bot
PRBODY
)"
# View PR
gh pr view 12 -R ariffazil/arifOS
# Merge PR (squash)
gh pr merge 12 -R ariffazil/arifOS --squash --delete-branch
# Search across all your repos
gh search code "constitutional_decorator" --owner ariffazil
# Search in specific repo
gh search code "seal_vault" -R ariffazil/arifOS
# Find files
gh api "repos/ariffazil/arifOS/contents/" | jq '.[].name'
gh api "search/code?q=repo:ariffazil/arifOS+THRESHOLDS" | jq '.items[].path'
# List recent runs
gh run list -R ariffazil/arifOS --limit 10
# View run status
gh run view <run-id> -R ariffazil/arifOS
# Watch live run
gh run watch <run-id> -R ariffazil/arifOS
# Re-run failed jobs
gh run rerun <run-id> -R ariffazil/arifOS --failed
# Trigger workflow manually
gh workflow run deploy.yml -R ariffazil/arifOS
# Recent commits
gh api repos/ariffazil/arifOS/commits | jq '.[:5][] | {sha: .sha[:8], message: .commit.message, date: .commit.author.date}'
# Create branch
cd /mnt/arifos && git checkout -b feature/my-feature
# Push branch (HTTPS via gh credential helper)
cd /mnt/arifos
git remote set-url origin https://github.com/ariffazil/arifOS.git
git push origin feature/my-feature
# List branches
gh api repos/ariffazil/arifOS/branches | jq '.[].name'
# List releases
gh release list -R ariffazil/arifOS
# Create release
gh release create v2026.3.1 -R ariffazil/arifOS \
--title "arifOS v2026.3.1" \
--notes "Release notes here" \
--target main
# Download release asset
gh release download v2026.3.1 -R ariffazil/arifOS
# Check notifications
gh api notifications | jq '.[] | {repo: .repository.name, reason: .reason, title: .subject.title}'
# Repo activity
gh api repos/ariffazil/arifOS/events --paginate | jq '.[:5][] | {type, actor: .actor.login}'
# Full repo status snapshot
gh repo view ariffazil/arifOS --json name,description,stargazerCount,openIssuesCount,defaultBranchRef
# Open in browser (if browser available)
gh repo view ariffazil/arifOS --web
# Clone a new repo to /mnt/
gh repo clone ariffazil/SOME-REPO /mnt/some-repo
main requires F13 confirmation..env, openclaw.json, or credential files.arifOS_bot — GitHub skill via gh CLI v2.63.1