Skip to content

Audit and Repair Plan for Badge Generators#776

Merged
amio merged 2 commits into
mainfrom
audit-badges-generators-16909381118092910939
Jun 3, 2026
Merged

Audit and Repair Plan for Badge Generators#776
amio merged 2 commits into
mainfrom
audit-badges-generators-16909381118092910939

Conversation

@amio

@amio amio commented May 13, 2026

Copy link
Copy Markdown
Member

I have completed a comprehensive audit of the badge generators and identified several broken or obsolete examples.

Key findings:

  1. Homebrew: Atom-related badges (v, dm, dy) are returning 404/500 because the Atom cask was removed.
  2. GitHub: The example using atom/atom is referencing an archived repository.
  3. David DM/APM/LGTM: These services are discontinued, and while they return a "discontinued" badge, the examples still point to old/archived projects like zeit/pkg.

The proposed repair plan involves:

  1. Updating pages/api/github.ts to replace atom/atom with nodejs/node.
  2. Updating pages/api/david.ts to replace zeit/pkg with babel/babel.
  3. Updating public/badges.md to remove all atom references and replace them with visual-studio-code.
  4. Running npm run postinstall to sync the homepage and help metadata.

No code changes were performed as per the request.


PR created automatically by Jules for task 16909381118092910939 started by @amio

- Identified broken Homebrew (Atom) and GitHub (Atom) examples.
- Identified legacy David DM and APM references.
- Proposed a repair plan to update API handlers and documentation.

Co-authored-by: amio <215282+amio@users.noreply.github.com>
@google-labs-jules

Copy link
Copy Markdown
Contributor

👋 Jules, reporting for duty! I'm here to lend a hand with this pull request.

When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down.

I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job!

For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with @jules. You can find this option in the Pull Request section of your global Jules UI settings. You can always switch back!

New to Jules? Learn more at jules.google/docs.


For security, I will only act on instructions from the user who triggered this task.

@vercel

vercel Bot commented May 13, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
badgen.net Ready Ready Preview, Comment Jun 3, 2026 11:26am

Request Review

@amio

amio commented Jun 3, 2026

Copy link
Copy Markdown
Member Author

@jules do the repair, and remove the generated txt file

@google-labs-jules

Copy link
Copy Markdown
Contributor

@jules do the repair, and remove the generated txt file

I've performed the repairs as requested: replaced archived/broken Atom and ZEIT examples with active alternatives in both the API handlers and public/badges.md. I've also deleted the all_examples.txt file and synchronized the metadata.

- Replaced archived GitHub atom/atom examples with nodejs/node.
- Replaced legacy David DM zeit/pkg examples with babel/babel.
- Updated public/badges.md to replace Homebrew atom cask with visual-studio-code.
- Deleted the temporary audit file all_examples.txt.
- Synchronized metadata by running npm run postinstall.

Co-authored-by: amio <215282+amio@users.noreply.github.com>
@amio amio merged commit d32f26f into main Jun 3, 2026
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant