> ## Documentation Index
> Fetch the complete documentation index at: https://docs.augmentcode.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Sample Prompts

> Ready-to-use prompts for common Cosmos Advisor tasks — connecting integrations, building Environments, deploying and tuning Experts, and wiring Automations.

Select the **Cosmos Advisor** Expert from Home or the New Session menu, then paste one of these prompts as a starting point. The Advisor asks follow-up questions when it needs more detail, so you don't have to get everything right up front.

## Connecting integrations

```text theme={null}
Help me connect GitHub so my agents can open PRs and react to reviews.
```

```text theme={null}
What integrations do I need to have an agent triage Slack messages into Linear tickets?
```

## Environments

```text theme={null}
Help me create an Environment for a Ruby on Rails project. I want to use Ruby 3.4 and Sqlite3.
```

```text theme={null}
Update my Node environment to add pnpm and run pnpm install on refresh.
```

```text theme={null}
Set up an Environment for our monorepo — sync the frontend and backend repos and install their dependencies.
```

## Experts

```text theme={null}
I want agents to review our pull requests and shepherd changes from a task to a merged PR. Set up the right Experts.
```

```text theme={null}
Set up these experts: PR Author, Deep Code Reviewer, Pair Reviewer.
```

```text theme={null}
Build me a custom Expert that watches our #support Slack channel and files a Linear ticket for each actionable report.
```

```text theme={null}
Tune our PR Author so it always runs the test suite before opening a PR.
```

## Automations

```text theme={null}
Turn on the trigger so Deep Code Reviewer runs automatically whenever a PR opens.
```

```text theme={null}
Set up a scheduled Expert that triages our backlog every weekday morning and dispatches ready tickets.
```

```text theme={null}
I want to try this Expert once before it starts firing on its own.
```

## Analyzing your fleet

```text theme={null}
How are my agents doing? Show me anything that's failing repeatedly or getting stuck.
```

```text theme={null}
Which of my Experts are dormant, and which are overworked?
```

## See Also

* [Cosmos Advisor Overview](/cosmos/advisor/overview) — what each phase does.
* [Experts](/cosmos/experts) — the Experts these prompts deploy and tune.
* [Limitations](/cosmos/advisor/limitations) — where you'll still need to step in.
