con un clic
readme
Assess the codebase and update the README with any new or outdated information
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
Assess the codebase and update the README with any new or outdated information
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Basado en la clasificación ocupacional SOC
Build the project (auto-detects build system)
Find and remove dead code, unused imports, and technical debt
Create git commits in logical groups for all current changes
Create a git commit with conventional commit message
Pick up unfinished work from where the last session left off
Debug and fix failing tests or errors
| name | readme |
| description | Assess the codebase and update the README with any new or outdated information |
Assess the current state of the project and update (or create) the README to accurately reflect it.
DO NOT fabricate. Read actual files, configs, and code before writing anything.
Launch all four agents in a single message to build a complete picture of the codebase simultaneously. Do NOT run them sequentially.
Agent 1 — Project identity and current README:
README.md (if it exists) to understand the current documented statepackage.json, composer.json, Cargo.toml, build.gradle, pyproject.toml, go.mod, Gemfile, *.csproj, etc.).claude-plugin/plugin.json, plugin.json, or similar plugin/extension manifestsAgent 2 — Structure and features:
main.*, index.*, app.*, server.*, src/, cmd/, etc.)Agent 3 — Setup and usage:
.env.example, .env.sample, config files)Agent 4 — Dependencies and configuration:
Wait for all four agents to complete before proceeding.
Synthesize all four agent outputs. Compare the codebase state against the existing README (from Agent 1) and identify:
Then edit (or create) the README following these principles:
Edit (or write) the README following these principles:
For a new README, include at minimum:
Only add additional sections if the project has content worth documenting (API reference, configuration, architecture, contributing guidelines, etc.).
Launch two agents in a single message to verify the updated README:
Agent 1 — Completeness check:
Agent 2 — Accuracy check:
If either agent finds issues, fix them before reporting done.