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

# Developer Tools

> Use UltraClaw for code help, PR reviews, CI monitoring, documentation, and GitHub integration.

# AI Developer Assistant

Developers context-switch constantly — writing code, reviewing PRs, monitoring CI, updating docs, triaging issues. Each task lives in a different tool, and keeping track of everything across GitHub, Slack, and your IDE is exhausting.

UltraClaw gives you a developer assistant that connects to GitHub and sits in your pocket. Get PR summaries on iMessage, ask code questions from your phone, and monitor your repos without opening a browser.

## How UltraClaw Solves This

With the [GitHub integration](/integrations/github), your agent becomes a developer productivity tool:

* **Summarize pull requests** — "What changed in PR #42?"
* **Review code** — "Review the latest PR on the main repo and flag any concerns"
* **Monitor CI status** — "Did the tests pass on the last push to main?"
* **Triage issues** — "What are the open issues labeled 'bug' in our repo?"
* **Help with code** — "How do I implement a rate limiter in Go?"
* **Draft documentation** — "Write a README for the new auth module"
* **Track activity** — "What PRs were merged this week?"

<Tip>
  Text your agent from your phone when you're away from your desk. "Did the deploy go through?" is a lot faster than opening your laptop.
</Tip>

## Example SOUL.md Configuration

```markdown theme={null}
# SOUL.md — Developer Assistant

You are my developer assistant. You help me stay on top of my GitHub
repos, review code, and answer technical questions.

## Personality
- Technical and concise
- When reviewing code, focus on bugs, security issues, and performance — skip style nits
- Use code blocks and technical terminology freely

## Standing Instructions
- Every morning at 9am, send me a summary:
  - Open PRs that need my review
  - CI status on main branch
  - New issues opened in the last 24 hours
- When I ask about a PR, include: title, author, file count, and a 2-3 sentence summary
- When I ask for code help, give me working code with brief explanations
```

## Example Prompts

<AccordionGroup>
  <Accordion title="PR summary">
    "Summarize PR #127 on our main repo. What files changed and what's the overall intent?"
  </Accordion>

  <Accordion title="Code review">
    "Review the latest open PR and flag any potential bugs, security issues, or performance concerns."
  </Accordion>

  <Accordion title="CI monitoring">
    "Did the tests pass on the last push to main? If not, what failed?"
  </Accordion>

  <Accordion title="Issue triage">
    "List all open issues labeled 'bug' in our repo, sorted by most recent."
  </Accordion>

  <Accordion title="Code help">
    "Write a Python function that retries an HTTP request up to 3 times with exponential backoff."
  </Accordion>

  <Accordion title="Documentation">
    "Draft a README for the payments module. Include setup instructions, environment variables, and API endpoints."
  </Accordion>

  <Accordion title="Activity digest">
    "What PRs were merged this week? Give me a quick summary of each."
  </Accordion>

  <Accordion title="Morning dev briefing">
    "Every morning at 9am, send me: open PRs needing review, CI status, and new issues from the last 24 hours."
  </Accordion>
</AccordionGroup>

## Recommended Integrations

<CardGroup cols={2}>
  <Card title="GitHub" icon="code-branch" href="/integrations/github">
    Connect your GitHub repos for PR summaries, code review, issue tracking, and CI monitoring.
  </Card>

  <Card title="Google Docs" icon="file-lines" href="/integrations/google-docs">
    Have your agent draft technical documentation, architecture decision records, and runbooks.
  </Card>
</CardGroup>

## Recommended Plan

<Card title="Pro — $45/mo" icon="star" href="/plans/comparison">
  The **Pro** plan is perfect for developers. You get GitHub integration, iMessage for quick check-ins from your phone, and enough tokens for detailed code reviews and technical conversations.
</Card>
