Skip to content
View qianbrady's full-sized avatar

Block or report qianbrady

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
qianbrady/README.md

qianbrady

Repos Focus

I build small, honest, fully offline developer tools - deterministic output, zero telemetry.

Web tools

Tool What it does Try it
ReadmeScore Paste a README, get a 0-100 newcomer score + fix per check readmescore
PromptDriftCheck Did your new system prompt change the answers? Score the drift promptdriftcheck
WeeklyChangelog git log in, publish-ready weekly changelog out weeklychangelog
LLMCostBoard Paste LLM usage JSONL → per-model/per-day API costs + budget alerts llmcostboard
TermTideWeb Paste numbers → gradient SVG charts (sparkline/heatmap/bars) termtideweb
DotEnvGuardian .env ↔ .env.example diff + config health audit dotenvguardian
TokenTimeline Per-conversation token usage timeline with cache hit/miss split + date-range filter tokentimeline
RMBUpper 人民币大写批量转换 — paste invoice text, ticket-grade uppercase for every amount rmbupper
CronExpane cron 表达式解释器 — plain-language meaning, pitfalls, next runs (ZH+EN) cronexpane

Each web tool is a faithful, test-verified port of its CLI sibling.

CLI tools

Install

git clone https://github.com/qianbrady/<repo>
cd <repo>
pip install -e .

Quickstart

  1. Pick any repo from the lists above
  2. Clone and install (two commands)
  3. Run <tool> --help - every CLI ships a help screen

Usage

$ readme-gauntlet README.md
总分: 100/100  等级: A

Contributing

Issues and PRs welcome in any repo - zero-dependency codebases, small surface areas.

License

MIT © 2025 Brady

Popular repositories Loading

  1. commit-chronicle commit-chronicle Public

    Turn any git repo's commit history into a structured weekly changelog post - pure Python stdlib, zero dependencies.

    Python

  2. devstorymatrix devstorymatrix Public

    One story.md dev story in, four platform-native drafts out: X thread, blog article, podcast script and social post.

    JavaScript

  3. gitflick gitflick Public

    Replay a file's git evolution as a single self-contained HTML movie - every commit becomes a frame.

    Python

  4. gitgrave gitgrave Public

    A cemetery for deleted code: tombstones with author, lifespan and epitaph mined from git history, as shareable HTML.

    Python

  5. gitscape gitscape Public

    Render any repo's git history as a deterministic pixel star map of author stars - embeddable SVG or ASCII preview.

    Python

  6. maintainer-pulse maintainer-pulse Public

    Weekly repo activity report for any GitHub project: activity-stream digest plus a 0-100 pulse health badge.

    Python