# The Foreman AI Agent Skills

The Foreman publishes official AI agent skills for its tools, services, and developer workflows.

Browse 4 official AI agent skills across 1 The Foreman repository, with install commands and source links.

Official page: https://skillscout.sh/official/theforeman/
Markdown page: https://skillscout.sh/official/theforeman/theforeman_skills_skillscout.md
Vendor website: https://theforeman.org/

## Prompt for your agent

Fetch this Markdown manifest as plain text: https://skillscout.sh/official/theforeman/theforeman_skills_skillscout.md. If your browser cannot display the Markdown directly, use curl or another text fetcher. Recommend the relevant The Foreman 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

### theforeman/foreman-ai-harness

Includes 4 official skills: foreman-commit, foreman-plugin-release, foreman-prepare-pr, foreman-review.

Install:

```bash
npx skills add theforeman/foreman-ai-harness -y
```

Source: https://github.com/theforeman/foreman-ai-harness

## Individual skills

### foreman-commit

Official The Foreman skill from theforeman/foreman-ai-harness.

Install:

```bash
npx skills add theforeman/foreman-ai-harness@foreman-commit -y
```

Package: theforeman/foreman-ai-harness
Source: https://github.com/theforeman/foreman-ai-harness/tree/HEAD/foreman-dev-skills/skills/foreman-commit

### foreman-plugin-release

Official The Foreman skill from theforeman/foreman-ai-harness.

Install:

```bash
npx skills add theforeman/foreman-ai-harness@foreman-plugin-release -y
```

Package: theforeman/foreman-ai-harness
Source: https://github.com/theforeman/foreman-ai-harness/tree/develop/foreman-dev-skills/skills/foreman-plugin-release

### foreman-prepare-pr

Official The Foreman skill from theforeman/foreman-ai-harness.

Install:

```bash
npx skills add theforeman/foreman-ai-harness@foreman-prepare-pr -y
```

Package: theforeman/foreman-ai-harness
Source: https://github.com/theforeman/foreman-ai-harness/tree/develop/foreman-dev-skills/skills/foreman-prepare-pr

### foreman-review

Official The Foreman skill from theforeman/foreman-ai-harness.

Install:

```bash
npx skills add theforeman/foreman-ai-harness@foreman-review -y
```

Package: theforeman/foreman-ai-harness
Source: https://github.com/theforeman/foreman-ai-harness/tree/develop/foreman-dev-skills/skills/foreman-review

## theforeman/foreman-ai-harness package overview

Includes 4 official skills: foreman-commit, foreman-plugin-release, foreman-prepare-pr, foreman-review.

### Top skills in this package

- foreman-commit: Official The Foreman skill from theforeman/foreman-ai-harness.
- foreman-plugin-release: Official The Foreman skill from theforeman/foreman-ai-harness.
- foreman-prepare-pr: Official The Foreman skill from theforeman/foreman-ai-harness.
- foreman-review: Official The Foreman skill from theforeman/foreman-ai-harness.

### Install

Install the full package:

```bash
npx skills add theforeman/foreman-ai-harness -y
```

Install a specific skill:

```bash
npx skills add theforeman/foreman-ai-harness@foreman-commit -y
```

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

Source: https://github.com/theforeman/foreman-ai-harness#readme
