---
title: "review readme"
description: "Review the README and category files for quality and organization."
type: skill
canonical_url: https://claudary.paisolsolutions.com/skills/review-readme
source: "Claudary"
difficulty: intermediate
author: "Claude Code Knowledge Pack"
date: 2026-07-10T11:47:29.112Z
license: CC-BY-4.0
attribution: "review readme — Claudary (https://claudary.paisolsolutions.com/skills/review-readme)"
---

# review readme
Review the README and category files for quality and organization.

## Overview

Review the README and category files for quality and organization.

## Steps

1. **Rebuild README** from category files:
   ```bash
   cd /home/daniel/repos/github/Claude-Code-Repos-Index && python3 scripts/build_site.py
   ```

2. **Check alphabetical ordering** within each category file in `categories/`. Flag any repos that are out of order and fix them.

3. **Check for duplicate repos** across all category files. Each repo should appear in exactly one category.

4. **Review descriptions** for consistency:
   - Should be 1-2 sentences
   - Should clearly state what the repo does
   - Should not start with "A tool for..." or "This repository..."
   - Should use consistent tone across similar repos

5. **Review category balance**: Flag categories that are overstuffed (>15 repos) or underpopulated (<2 repos) and suggest reorganization if needed.

6. **Verify entry format** - each entry should have:
   - `### Repo Name`
   - `[![View Repo]` badge with correct GitHub URL
   - Description
   - `---` separator

7. Report findings and fix any issues found.

---

Source: [Claudary](https://claudary.paisolsolutions.com/skills/review-readme) · https://claudary.paisolsolutions.com
