← ClaudeAtlas

repo-updatelisted

End-to-end docs + git update after completing a phase or feature. Updates README, plan doc, runs plan-wrap, fixes gaps, updates memory, commits, creates a closed GitHub issue for posterity, and pushes. Use when asked to "update the docs", "update git", "wrap up this phase", or "push everything".
aberson/skill-mesh · ★ 2 · AI & Automation · score 71
Install: claude install-skill aberson/skill-mesh
# Repo Update Skill (Generic Template) Use the **project-level `repo-update`** skill at `<project>/.claude/skills/repo-update/SKILL.md` if present; else infer values from project structure. --- ## Project variables Set these from a project-level override or infer at runtime: | Variable | Description | |---|---| | `PROJECT_ROOT` | Absolute path to the project | | `REPO_SLUG` | GitHub `owner/repo` | | `README_PATH` | Path to README relative to project root | | `PLAN_PATH` | Path to plan doc relative to project root | | `MEMORY_FILE` | Absolute path to the project's memory file (if any) | | `DEFAULT_BRANCH` | Branch to push to (e.g. `master`, `main`) | | `STAGE_INCLUDE` | Files/globs to stage | | `STAGE_EXCLUDE` | Files/globs to never stage | | `TEST_CMD` | Command to get test count | | `COMMIT_COAUTHOR` | Co-author line for commits | | `WIKI_PATH` | Path to wiki directory (optional — see WIKI_PATH defaults below) | | `WIKI_ARTIFACTS` | Glob patterns the wiki should cover (see WIKI_ARTIFACTS defaults below) | **WIKI_PATH defaults.** If unset, auto-detect by checking `documentation/wiki/`, `docs/wiki/`, then `wiki/`. Skip the wiki check if none exist. **WIKI_ARTIFACTS defaults.** - `src/<pkg>/*.py` — top-level Python modules - `frontend/src/components/*.tsx`, `frontend/src/hooks/*.ts`, `frontend/src/lib/*.ts` - API endpoints from grep `@app\.(get|post|put|delete|websocket)` --- ## What this skill does 1. **Orient** — read current README, plan doc, recent git log, and me