> For the complete documentation index, see [llms.txt](https://rotsl.gitbook.io/rotsl/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://rotsl.gitbook.io/rotsl/projects/github-apps-and-actions.md).

# GitHub Apps and Actions

I use these projects to turn repository signals into visible, actionable maintenance information.

## Repository signal flow

```mermaid
flowchart LR
    Repo[GitHub repository] --> Signals[Repository signals]
    Signals --> RepoPulseAI[RepoPulseAI]
    Signals --> Badges[auto-package-badges]
    Signals --> BioTrace[BioTrace Action]
    RepoPulseAI --> Health[Project health score]
    Badges --> Readme[README badges]
    BioTrace --> Traceability[Scientific artefact traceability]
```

## RepoPulseAI

RepoPulseAI is a GitHub App and Next.js web app for repository analysis. It reads the signals GitHub already exposes, scores project health, and turns that into something a maintainer can actually act on.

[![GitHub App](https://img.shields.io/badge/GitHub-App-24292f?style=for-the-badge\&logo=github)](https://github.com/apps/repopulseai)

[![Web app](https://img.shields.io/badge/Open-Web%20App-2f80ed?style=for-the-badge)](https://repo-pulse-ai.vercel.app/)

## auto-package-badges

App that automatically scans packages, generates badges, and updates your README.md.

[![GitHub App](https://img.shields.io/badge/GitHub-App-24292f?style=for-the-badge\&logo=github)](https://github.com/apps/auto-package-badges)

## BioTrace Action

BioTrace is a GitHub Action for computational-biology repositories that checks whether scientific artefacts remain traceable across the entire analysis chain: input data -> biological metadata -> analysis code -> statistical results -> figures and tables -> written scientific claims.

[![GitHub Action](https://img.shields.io/badge/GitHub-Action-24292f?style=for-the-badge\&logo=githubactions)](https://github.com/marketplace/actions/biotrace-action)
