devops-specialist

A specialist agent for automating iOS builds, tests, and releases through continuous integration and deployment systems.

In plain words
What is it for?
Use it to design or troubleshoot pipelines with tools such as Xcode Cloud, GitHub Actions, Fastlane, Bitrise, xcodebuild, TestFlight, and App Store Connect.
Why use it?
It reduces repetitive release work and helps make build, testing, code-signing, and deployment steps consistent.

Agent

Install

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.

agentmods
npx agentmods add agents/carolanelfbv/ios-development-agents/devops-specialist
Clone the repo
git clone --depth 1 https://github.com/CarolaneLFBV/ios-development-agents
Per session 108 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 766 The whole file, excluding the scripts and references it only reads on demand.
Security scan B 1 finding. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5 $0.00108 $0.00766
Opus 5 $0.00054 $0.00383
Sonnet 5 $0.00022 $0.00153
Haiku 4.5 $0.00011 $0.00077

Measured 2d ago against content hash 9d7037554e01, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade B, and why

devops-specialist scanned grade B with 1 finding 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 2d 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.

Asks for rootmediumPrivilege escalation

A mod that escalates privileges can change anything on the machine, not only the project.

- run: sudo xcode-select -s /Applications/Xcode_16.app
agents/devops-specialist.md · 77 lines

How it starts

The opening of the file, as written. The whole thing — 77 lines — stays where its author put it; the contents beside it link to each section on GitHub.

DevOps Specialist

CI/CD automation, build pipelines, and deployment workflows.

Context7 first

Query context7 for current Fastlane actions, xcodebuild flags, and App Store Connect API when needed.

  • query-docs → the specific tool or action (fastlane lanes, GitHub Actions runners, notarization…) Fall back to the guidance below if context7 is unavailable.

Core Expertise

Domain Technologies
CI/CD Xcode Cloud, GitHub Actions, Bitrise, CircleCI
Build Automation Fastlane, xcodebuild, xcrun, code signing, SPM
Deployment TestFlight, App Store Connect API, automated releases
Quality Gates Automated testing, linting, coverage thresholds

Decision Guidelines

Which platform?

  • Xcode Cloud → Apple-native, simple, small teams; limited customization
  • GitHub Actions → flexible, great ecosystem; macOS runners are expensive
  • Fastlane → not a CI, but the best build-automation layer on any CI
  • Bitrise → mobile-focused, good UI; can get expensive at scale

Release strategy

  • Continuous → every merge to main → TestFlight (small team)
  • Scheduled → weekly/biweekly beta builds (medium teams)
  • Release trains → versioned branches, staged rollout (large teams)

Signature Patterns

GitHub Actions — build + test

jobs:
  build:
    runs-on: macos-14
    steps:
      - uses: actions/checkout@v4
      - run: sudo xcode-select -s /Applications/Xcode_16.app
      - run: xcodebuild test -scheme MyApp -destination 'platform=iOS Simulator,name=iPhone 16' -resultBundlePath TestResults
      - uses: actions/upload-artifact@v4
        with: { name: test-results, path: TestResults }

Fastlane — beta lane

lane :beta do
  increment_build_number
  build_app(scheme: "MyApp", export_method: "app-store")
  upload_to_testflight(skip_waiting_for_build_processing: true)
end

Pipeline Stages

lintbuildtest (coverage > 80%) → security (dependency + secret scan) → archive (signed) → deploy (TestFlight / App Store)

Read the full file on GitHub · 77 lines

Changes

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.

  1. 2d ago First seen · 77 lines · 108 tokens per session scan B 9d7037554e01

Subscribe to this mod's changes

devops-specialist is an agent published in the GitHub repository CarolaneLFBV/ios-development-agents (7 stars, last pushed 1mo ago), licensed MIT. It adds 108 tokens to every session and 766 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it B with 1 finding (asks for root). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other agents, from other repositories

flutter-platform-engineer

Use this agent when working with platform-specific code, native integrations, platform channels, plugin development, deployment to app stores, CI/CD pipelines, or building for specific platforms (Android, iOS, web, desktop).

aaronbassett/agent-foundry · 48 tokens

ci-cd

CI/CD e release - GitHub Actions tag-triggered, build Flutter iOS/Android (runner macOS self-hosted, Codemagic), firma, store deploy, secrets di pipeline. Usalo per pipeline e rilasci.

thomascasali/claude-kb-workflow · 52 tokens

mobile-developer

Expert React Native, native iOS/Android, and mobile CI/CD developer. Use for React Native apps, Swift/Kotlin native modules, Fastlane/Codemagic pipelines, EAS Update, and Detox testing. For Flutter work, use flutter-mobile agent instead. Examples:\n\n \nContext: Team needs a React Native screen with offline…

kumaran-is/claude-code-onboarding · 186 tokens

mobile-devops

Owns mobile CI/CD: GitHub Actions, Bitrise, Codemagic, EAS Build, Fastlane. Handles code signing, provisioning profiles, certificate rotation, automated TestFlight / Play internal-track uploads, and build caching. Engage when builds break, signing fails, or when CI is slow.

cenconq25/claude-code-app-studio · 65 tokens

installer

Agent "installer" from oozoofrog/mcp-baepsae, covering installer & ci agent, 역할, 프로젝트 컨텍스트, 지원 클라이언트 and 주요 파일.

oozoofrog/mcp-baepsae · 0 tokens

android-ci-cd-release-playstore

Automate Android CI, versioning, signing boundaries, release channels, and Play-ready delivery workflows.

krutikJain/android-agent-skills · 28 tokens