Prompt file imported from waelio/waelio-utils (
.github/prompts/readme-maintenance.prompt.md). Copyright stays with the author.
Perform README maintenance on README.md based on the arguments provided.
Steps
- Remove sections/badges listed in the arguments (e.g. PayPal donate, sponsor banners).
- Test each external link (badges, demo links, sandbox links) by fetching the URL:
- If the response is a 4xx/5xx error or returns no meaningful content → remove or replace it.
- If the link redirects to a new URL format → update to the new URL.
- Fix known deprecated URL patterns:
- CodeSandbox legacy:
codesandbox.io/s/github/→ new format:codesandbox.io/p/github/{owner}/{repo}/{branch} - RunKit:
runkit.com/npm/{package}— verify it loads; remove if broken.
- CodeSandbox legacy:
- Preserve all other badges and links that resolve successfully.
Output
Apply all changes directly to the README. Do not summarize changes unless asked.