# Bitrise AI Agent Skills

Bitrise publishes official AI agent skills for its tools, services, and developer workflows. Continuous Integration and Continuous Delivery for mobile apps.

Browse 5 official AI agent skills across 2 Bitrise repositories, with install commands and source links.

Official page: https://skillscout.sh/official/bitrise-io/
Markdown page: https://skillscout.sh/official/bitrise-io/bitrise-io_skills_skillscout.md
Vendor website: https://bitrise.io/

## Prompt for your agent

Fetch this Markdown manifest as plain text: https://skillscout.sh/official/bitrise-io/bitrise-io_skills_skillscout.md. If your browser cannot display the Markdown directly, use curl or another text fetcher. Recommend the relevant Bitrise skills package or packages for my goal, explain which individual skills matter, and wait for my approval. After I approve, install with the npx command. If no project is open, install it as an agent skill I can use later.

## Skills packages

### bitrise-io/agent-skills

Includes 1 official skill: using-bitrise-ci.

Install:

```bash
npx skills add bitrise-io/agent-skills -y
```

Source: https://github.com/bitrise-io/agent-skills

### bitrise-io/agentic-onboarding

Includes 4 official skills: bitrise-ci-onboarding, bitrise-onboard-end-to-end, bitrise-release-management, bitrise-signup.

Install:

```bash
npx skills add bitrise-io/agentic-onboarding -y
```

Source: https://github.com/bitrise-io/agentic-onboarding

## Individual skills

### using-bitrise-ci

Official Bitrise skill from bitrise-io/agent-skills.

Install:

```bash
npx skills add bitrise-io/agent-skills@using-bitrise-ci -y
```

Package: bitrise-io/agent-skills
Source: https://github.com/bitrise-io/agent-skills/tree/HEAD/using-bitrise-ci

### bitrise-ci-onboarding

Official Bitrise skill from bitrise-io/agentic-onboarding.

Install:

```bash
npx skills add bitrise-io/agentic-onboarding@bitrise-ci-onboarding -y
```

Package: bitrise-io/agentic-onboarding
Source: https://github.com/bitrise-io/agentic-onboarding/tree/main/plugins/bitrise-agentic-onboarding/skills/bitrise-ci-onboarding

### bitrise-onboard-end-to-end

Official Bitrise skill from bitrise-io/agentic-onboarding.

Install:

```bash
npx skills add bitrise-io/agentic-onboarding@bitrise-onboard-end-to-end -y
```

Package: bitrise-io/agentic-onboarding
Source: https://github.com/bitrise-io/agentic-onboarding/tree/main/plugins/bitrise-agentic-onboarding/skills/bitrise-onboard-end-to-end

### bitrise-release-management

Official Bitrise skill from bitrise-io/agentic-onboarding.

Install:

```bash
npx skills add bitrise-io/agentic-onboarding@bitrise-release-management -y
```

Package: bitrise-io/agentic-onboarding
Source: https://github.com/bitrise-io/agentic-onboarding/tree/main/plugins/bitrise-agentic-onboarding/skills/bitrise-release-management

### bitrise-signup

Official Bitrise skill from bitrise-io/agentic-onboarding.

Install:

```bash
npx skills add bitrise-io/agentic-onboarding@bitrise-signup -y
```

Package: bitrise-io/agentic-onboarding
Source: https://github.com/bitrise-io/agentic-onboarding/tree/main/plugins/bitrise-agentic-onboarding/skills/bitrise-signup

## bitrise-io/agent-skills package overview

Includes 1 official skill: using-bitrise-ci.

### Top skills in this package

- using-bitrise-ci: Official Bitrise skill from bitrise-io/agent-skills.

### Install

Install the full package:

```bash
npx skills add bitrise-io/agent-skills -y
```

Install a specific skill:

```bash
npx skills add bitrise-io/agent-skills@using-bitrise-ci -y
```

Use the package when you want your agent to choose the relevant skill from this official repository.

Source: https://github.com/bitrise-io/agent-skills#readme
