readme-writing — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited readme-writing (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Write README files that help a visitor understand the project in the first screen, trust it within one minute, and try it without guessing. A good README is a landing page, setup guide, and trust signal at the same time.
Use this skill when:
README.md.Do not use it for long-form product docs, API references, or internal-only runbooks unless the user specifically wants a README-style entry page.
Decide whether the README is for users, developers, contributors, evaluators, or agents. Put the most important reader first.
Include project name, one-sentence value proposition, optional language links, visual banner or screenshot, and trust badges.
State what it does, who it is for, and why it is different. Avoid marketing fluff that does not help someone decide whether to continue.
Provide a short quickstart with commands that can be copied. Include expected output when it reduces uncertainty.
List key directories, features, or modules. Use tables for scanability when comparing multiple items.
Include screenshots, SVG diagrams, badges, test commands, examples, or links to demos. Prefer local assets for long-lived public repos.
Link to contribution docs, issue templates, validation commands, and license.
Check links, commands, image paths, and consistency with the actual repository.
# Project Name
Language links, badges, and hero image.
One-sentence value proposition.
## Why This Exists
## Features
## Quickstart
## Examples
## Project Structure
## Contributing
## LicenseAdjust the sections to the project. Keep the README useful, not ceremonial.
docs/assets/ for stability.For multilingual repositories:
README.md as the default language most GitHub visitors should see.README.zh-CN.md for full translations.Before claiming completion:
User:
Make this repository README more attractive for GitHub.Agent:
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.