[DOCS] CLI reference missing documented `claude commit` command

Resolved 💬 2 comments Opened Jan 26, 2026 by coygeek Closed Feb 28, 2026

Documentation Type

Missing documentation (feature not documented)

Documentation Location

https://code.claude.com/docs/en/cli-reference

Section/Topic

CLI Commands section

Current Documentation

The quickstart page documents the claude commit command:

### Creating Commits Claude Code can manage your git workflow: ``bash claude commit # Analyze changes and commit with AI-generated message ``

However, the CLI reference page does not include claude commit in its list of commands. The documented commands are:

  • claude (start interactive REPL)
  • claude "query" (start with initial prompt)
  • claude -p "query" (print mode)
  • claude -c (continue conversation)
  • claude config (configuration)
  • claude update (update CLI)
  • claude mcp (MCP management)

What's Wrong or Missing?

The claude commit command is documented in the quickstart guide but missing from the CLI reference, which should be the authoritative source for all available commands.

Suggested Improvement

Add claude commit to the CLI reference page:

### claude commit

Analyzes staged changes and creates a commit with an AI-generated message.

| Flag | Description |
|------|-------------|
| (document any available flags) |

**Example:**
```bash
claude commit

### Impact

Medium - Makes feature difficult to understand

### Additional Context


**Affected Pages:**
| Page | Status |
|------|--------|
| https://code.claude.com/docs/en/quickstart | Documents `claude commit` ✓ |
| https://code.claude.com/docs/en/cli-reference | Missing `claude commit` |

**Total scope:** 1 page needs update (cli-reference)

View original on GitHub ↗

This issue has 2 comments on GitHub. Read the full discussion on GitHub ↗