Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ dist/
.streamlit/secrets.toml
*.local.toml
*.local.env
.playwright-mcp/
.playwright-mcp/
exports/
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,20 @@ API keys are stored in `.env` on your machine only. They are never logged or sen
- Missing assignees.
- Items not linked to a project board (optional).
- Issues or PRs without a development link.
- Item state shown with GitHub colors — open (green), closed (red), merged (purple), draft (gray).
- Stale branches — separate **Branches** tab lists every branch with age, last committer,
and pull request status; the stale threshold is adjustable and nothing is ever deleted.
- Optional date range — last 30 days or custom `from / to`.
- One project, many projects, or all projects in an organization.
- One repo, many repos, or all organization repos.

## Offline Export

Both tabs offer **🌐 Download offline HTML report** — a single self-contained `.html`
file with the full scan embedded. Anyone can open it by double-click in a browser and
search, filter (repository, state, assignee, missing field, …), and sort — no Streamlit,
terminal, network, or setup needed. The Excel download is still available next to it.

## Setup Guide — Step by Step

You don't need any programming experience. The whole setup is: install one helper
Expand Down
Loading
Loading