skills/github-repo-manager/SKILL.md
Manage GitHub repositories for arifOS ecosystem. Use when users ask to check repo status, sync repos, manage issues, create releases, track dependencies across arifOS/GEOX/arifosmcp/arif-sites/waw/agent-workbench/arifOS-model-registry/APEX repos, or perform GitHub operations for ariffazil's projects.
npx skillsauth add ariffazil/openclaw-workspace github-repo-managerInstall 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.
Manage and orchestrate GitHub repositories in the arifOS ecosystem.
Owner: ariffazil (https://github.com/ariffazil)
| Repo | Language | Purpose | License | |------|----------|---------|---------| | arifOS | Python | Constitutional MCP kernel for governed AI execution. AAA architecture: Architect · Auditor · Agent | AGPL-3.0 | | GEOX | Python | Governed, agentic geological intelligence coprocessor for arifOS | AGPL-3.0 | | arifosmcp | Python | arifOS MCP Server — Constitutional Intelligence Kernel (deployable unit) | - | | arif-sites | TypeScript | Trinity static sites — BODY (arif-fazil.com), SOUL (apex.arif-fazil.com), DOCS (arifos.arif-fazil.com) | - | | waw | TypeScript | OpenClaw workspace config for arifOS — AGENTS, SOUL, TOOLS, USER, IDENTITY, skills | AGPL-3.0 | | agent-workbench | TypeScript | arifOS Coding Agent CLI — TypeScript ESM package for constitutional agent operations | Private | | arifOS-model-registry | Python | Governed self-reference frame for AI agents | - | | APEX | HTML | The Physics of Governed Intelligence. Thermodynamic AI governance framework | CC0 |
1. Use GitHub API to fetch repo metadata
2. Display summary table of all repos
3. Highlight recently updated repos
4. Flag any issues needing attention
1. Clone/pull specified repos
2. Check for local changes
3. Pull remote updates
4. Resolve any merge conflicts
5. Report sync status
1. Determine version bump type (major/minor/patch)
2. Update CHANGELOG.md
3. Tag release
4. Create GitHub release
5. Publish to package registries if applicable
Set GITHUB_TOKEN environment variable for API access.
maindevelop (if exists)"Show status of all my repos" → Fetch GitHub API, display repo overview table
"Sync arifOS and arifosmcp" → Clone/pull both repos, check for changes
"Create a release for arifOS" → Follow release workflow for version bump
"Check for issues in GEOX" → List open issues with labels and assignees
"Update dependencies across all Python repos" → Scan requirements.txt/pyproject.toml in each Python repo
development
Check every skill’s “use when” and “do not use when” clauses for collisions, missing negatives, and vague verbs like “help,” “assist,” or “improve.” Load when linting, reviewing, or validating trigger boundaries.
development
Bootstrap, design, and package new skills. Load when capturing user intent for a new skill or drafting its initial instruction framework.
content-media
Diagnose which federation services are up, down, or drifting. Produce a prioritized remediation plan.
business
Scan a repo or workspace for exposed secrets, tokens, keys, and credentials. Produce a findings report with remediation steps.