github

Solid

GitHub operations — issues, PRs, commits, code search, CI/CD via gh CLI

AI & Automation 49 stars 8 forks Updated today AGPL-3.0

Install

View on GitHub

Quality Score: 80/100

Stars 20%
57
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# GitHub Skill — arifOS_bot 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) --- ## Repos You Own | 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 | --- ## Issues ```bash # 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" ``` ## Pull Requests ```bash # 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 )" # Vi...

Details

Author
ariffazil
Repository
ariffazil/arifos
Created
8 months ago
Last Updated
today
Language
Python
License
AGPL-3.0

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category