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

# GitHub

> Manage repos, issues, and pull requests from Telegram

# GitHub

Connect your GitHub account and manage code projects through Mira.

## Connect

```
Connect my GitHub
```

## Use cases

### Issues

```
Create a GitHub issue in mira-wiki: "Fix broken link on landing page"
List open issues in the main repo
Close issue #42
```

### Repositories

```
Show me the latest commits in mira-wiki
What branches exist in the main repo?
Create a new branch called "feature/auth" from main
```

### Pull requests

```
List open PRs in the main repo
Create a pull request from feature/auth to main
What's the status of PR #15?
```

### Code search

```
Search for "useAuth" in the codebase
Find all files that import React
```

<Tip>Mira can read and write files in repos — great for updating docs, config files, or even code directly from chat.</Tip>
