Skip to content

docs: fix command count inconsistencies in documentation - #151

Merged
keito4 merged 1 commit into
mainfrom
claude/issue-150-20251126-0355
Nov 27, 2025
Merged

docs: fix command count inconsistencies in documentation#151
keito4 merged 1 commit into
mainfrom
claude/issue-150-20251126-0355

Conversation

@keito4

@keito4 keito4 commented Nov 27, 2025

Copy link
Copy Markdown
Owner

Fixes #150

This PR corrects documentation inconsistencies discovered after the recent sync in PR #149.

Changes

  • CLAUDE.md: Fixed ".claude/commands/ directory provides 14 pre-configured commands" to accurately describe 2 Claude commands + 11 Codex prompts
  • README.md: Updated "14 automated commands" to "13 automated commands" with proper component breakdown
  • .devcontainer/README.md: Corrected "14 Automated Commands" to "13 Automated Commands" with detailed composition

Context

PR #149 updated the .claude/ and .codex/ structure extensively, but some documentation still referenced outdated counts. The actual configuration consists of:

  • Claude commands: 2 files in .claude/commands/
  • Codex prompts: 11 files in .codex/prompts/
  • Total: 13 automated commands/prompts

Generated with Claude Code

Summary by CodeRabbit

Documentation

  • Updated documentation to clarify the automated commands and prompts available in the development setup, providing adjusted counts and a more detailed breakdown of command and prompt composition.

✏️ Tip: You can customize this high-level summary in your review settings.

- Correct CLAUDE.md: 14 → 2 Claude commands + 11 Codex prompts (total 13)
- Update README.md: 14 → 13 automated commands with breakdown
- Fix .devcontainer/README.md: 14 → 13 with component details

The recent sync in PR #149 updated the .claude/ and .codex/ structure,
but some documentation still referenced the old combined count.

Co-authored-by: keito4 <keito4@users.noreply.github.com>
@coderabbitai

coderabbitai Bot commented Nov 27, 2025

Copy link
Copy Markdown

Caution

Review failed

The pull request is closed.

Walkthrough

Documentation files updated to reflect a restructured command organization: reducing automated command count from 14 to 13, with explicit breakdown of 2 Claude commands (git-sync, Husky setup) plus 11 Codex prompts across .claude/commands/ and .codex/prompts/ directories.

Changes

Cohort / File(s) Summary
Automated Commands Count and Composition Updates
.devcontainer/README.md, CLAUDE.md, README.md
Updated the Claude Code Integration and Automated Commands sections across three documentation files to reflect the revised command structure: changed count from 14 to 13 and introduced explicit composition breakdown of 2 Claude commands plus 11 Codex prompts distributed between .claude/commands/ and .codex/prompts/ directories.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Documentation updates only—consistent, repetitive changes across three files with no logic, structural, or code-level modifications required.

Possibly related PRs

  • PR #142: Makes identical documentation changes reducing command count (14 → 2 commands + 11 prompts) and updating the same files to reflect new composition and locations.
  • PR #95: Directly related—modifies the same documentation sections about repository automated commands with alternative command count adjustments.
  • PR #116: Related—the main PR adds documentation references to .codex/prompts/ content and counts introduced by this PR.

Poem

🐰 A rabbit hops through docs so neat,
Counting commands with careful feet,
Fourteen became thirteen today,
Split and sorted in a cleaner way!
Two commands here, eleven prompts there,
Documentation's combed and fair! ✨

✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch claude/issue-150-20251126-0355

📜 Recent review details

Configuration used: CodeRabbit UI

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 820e33c and 59f6544.

📒 Files selected for processing (3)
  • .devcontainer/README.md (1 hunks)
  • CLAUDE.md (1 hunks)
  • README.md (1 hunks)

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@keito4
keito4 merged commit 50267e6 into main Nov 27, 2025
2 of 3 checks passed
@github-actions

github-actions Bot commented Dec 3, 2025

Copy link
Copy Markdown
Contributor

🎉 This PR is included in version 1.2.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

@github-actions github-actions Bot added the released リリース済み label Dec 3, 2025
@keito4
keito4 deleted the claude/issue-150-20251126-0355 branch January 4, 2026 08:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

released リリース済み

Projects

None yet

Development

Successfully merging this pull request may close these issues.

ドキュメント最新化

1 participant