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

# GitHub

> Track repository activity — stars, PRs, commits, and issue velocity.

Track repo growth, development velocity, and community activity over time.

<Info>
  **Category:** Source Control · **Auth:** Personal access token (optional) · **Metrics:** 13
</Info>

## Prerequisites

* **Personal Access Token** (optional) — Go to [GitHub → Settings → Developer settings → Personal access tokens](https://github.com/settings/tokens). A token increases the rate limit from 60 to 5,000 requests per hour. Not required for public repos.

## Configuration

<Tabs>
  <Tab title="Cloud">
    Go to **Settings → Integrations → GitHub** and enter your token (optional) and the repositories you want to track.
  </Tab>

  <Tab title="CLI">
    ```toml theme={null}
    [[plugins]]
    name = "github"
    entity = "your-org/your-repo"
    config.token = "${GITHUB_TOKEN}"
    ```

    The token is optional for public repositories. You can track multiple repos by adding multiple `[[plugins]]` entries.
  </Tab>
</Tabs>

## Metrics

| Metric           | Description                     |
| ---------------- | ------------------------------- |
| `stars`          | Stargazer count                 |
| `forks`          | Fork count                      |
| `watchers`       | Watcher count                   |
| `open_issues`    | Open issues count               |
| `size`           | Repository size in KB           |
| `default_branch` | Default branch name             |
| `commits`        | Commits in last 30 days         |
| `last_commit_at` | Timestamp of most recent commit |
| `issues_open`    | Open issue count                |
| `issues_closed`  | Closed issue count              |
| `prs_open`       | Open PR count                   |
| `prs_closed`     | Closed PR count                 |
| `prs_merged`     | Merged PR count                 |
