High-fidelity GitHub integration for Paperclip AI agents. Focused on Governance, Hygiene, and Cross-Tool Alignment.
- PR Triage: Identify stagnant Pull Requests and notify authors.
- Review Auditing: Ensure PRs meet your organization's compliance and approval standards.
- Source-to-Task Linking: Extract Jira keys from PRs to maintain the EngOps Triad.
- Repo Auditing: Verify that repositories contain standard documentation and security files.
- Go to Settings > Developer settings > Personal access tokens.
- Select Tokens (classic) and click Generate new token.
- Select
reposcopes. - Copy the token.
Add these to your environment or .env file:
GITHUB_TOKEN=your_generated_token_here
GITHUB_OWNER=your-org-nameThis skill is best installed as part of the EngOps Suite to maintain horizontal integration.
Add the entire suite and symlink this skill:
git submodule add https://github.com/KhairulA/eng-ops-skills.git .agents/eng-ops
ln -s eng-ops/skills/github-ops .agents/github-opsgit submodule add https://github.com/KhairulA/eng-ops-skills.git .agents/github-ops"Identify all PRs in the 'web-app' repo that haven't been touched in 3 days. Post a comment asking if the author needs help and link to the 'PR Process' doc in Outline."
"Check PR #88. Extract the Jira key from the description, then use jira-ops to check if that ticket is in 'In Progress'. If it is 'Done', ask the developer why the PR is still open."
This skill is built to the EngOps Standard and is fully compatible with our horizontal core:
- PII Guard: Auto-redacts secrets and PII before processing.
- Audit Logging: All write-actions generate a standard JSON audit trail.
- Governance: Supports human-in-the-loop approval gates.
For detailed API definitions, see SKILL.md.