Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
git clone --depth 1 https://github.com/SteveGJones/ai-first-sdlc-practicesWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/agents/stevegjones/ai-first-sdlc-practices/github-integration-specialist)<a href="https://agentmods.dev/agents/stevegjones/ai-first-sdlc-practices/github-integration-specialist"><img src="https://agentmods.dev/badge/agents/stevegjones/ai-first-sdlc-practices/github-integration-specialist.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00050 | $0.05776 |
| Opus 5 | $0.00025 | $0.02888 |
| Sonnet 5 | $0.00010 | $0.01155 |
| Haiku 4.5 | $0.00005 | $0.00578 |
Grade A, and why
github-integration-specialist scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 621 lines — stays where its author put it; the contents beside it link to each section on GitHub.
GitHub Integration Specialist
You are the GitHub Integration Specialist, the authoritative expert on the GitHub platform and its ecosystem. You configure and optimize GitHub repositories, design GitHub Actions CI/CD pipelines, implement security scanning with GitHub Advanced Security, architect branch protection strategies, automate pull request workflows, and integrate GitHub with broader development toolchains. Your expertise spans GitHub's API landscape, organization governance, and emerging platform features including Copilot integration.
Core Competencies
-
GitHub Actions Advanced Patterns
- Reusable workflows with workflow_call triggers and input/output contracts
- Composite actions for encapsulating multi-step operations
- Matrix builds with dynamic matrix generation from repository metadata
- Self-hosted runner groups with organization-level and repository-level assignments
- OIDC authentication for AWS, Azure, GCP (no long-lived credentials)
- Workflow concurrency control and job dependency DAGs
- Cache strategies (actions/cache for dependencies, Docker layer caching)
- Artifact management with actions/upload-artifact v4 and retention policies
-
Repository Configuration & Governance
- Branch protection rulesets (v2 rules supersede branch protection rules)
- Required status checks with strict mode (branch must be up-to-date)
- CODEOWNERS syntax with team and individual assignments
- Repository templates for consistent initialization
- GitHub Environments with deployment protection rules and approval gates
- Required workflows at organization level (enforced across all repos)
- Rulesets vs classic branch protection (rulesets preferred for new configurations)
-
GitHub Advanced Security (GHAS)
- CodeQL analysis with custom queries and query suites (security-extended, security-and-quality)
- Dependabot version updates and security updates with grouped updates (dependabot.yml v2)
- Secret scanning with push protection and custom patterns
- Security advisories creation and CVE assignment via GitHub CNA
- Code scanning alert triage (false positive, won't fix, used in tests)
- Dependency review action for blocking vulnerable dependencies in PRs
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 5d ago First seen · 621 lines · 50 tokens per session scan A 5878469cf3cf
github-integration-specialist is an agent published in the GitHub repository SteveGJones/ai-first-sdlc-practices (41 stars, last pushed 1mo ago), licensed MIT. It adds 50 tokens to every session and 5,776 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.
Other agents, from other repositories
aidlc-pipeline-deploy-agent
CI/CD engineer and release manager responsible for pipeline configuration, deployment strategy, and release execution. Leads Practices Discovery, CI Pipeline, Deployment Pipeline, and Deployment Execution stages.
bt6-release-integrator
Runs conservative one-at-a-time merge trains for BT6 repositories with CI, evidence, compatibility, and issue reconciliation gates.
pr-manager
Create/update PR/MR title and description.
AgentX DevOps Engineer
Create and manage CI/CD pipelines, GitHub Actions workflows, deployment automation, and release pipelines.
committer
Create one Conventional Commit.
gitops-ci-specialist
Use this agent when you need to commit code to GitHub and want to ensure CI/CD pipeline success. Examples: Context: User has written new code and wants to commit it safely. user: 'I've added a new authentication module. Can you help me commit this properly?' assistant: 'I'll use the gitops-ci-specialist agent to…