A tool that reviews your Claude Code work habits
A Reddit user introduced skiplevel, a tool that analyzes Claude Code usage records. It reads local transcripts and grades both the user and the agent. The author says it parsed 632 sessions and 160,000 transcript lines in about two seconds. They also say it works with Codex CLI and opencode transcripts.
Key points
- skiplevel analyzes local Claude Code transcripts.
- It grades the user and the agent on areas like clarity, patience, and safety.
- The author says it can show repeated file reads, long tool calls, and sensitive file access.
- By default, it does not use an LLM and does not upload files, according to the post.
- It also supports Codex CLI and opencode transcripts.
Quick term guide
- transcripts
- Records of the messages and actions from a session with an AI tool.
- transcript
- A full written record of everything spoken in a video
- Solo makers
- People who build and launch their own products or services entirely on their own.
- coding AI
- An AI tool that can write or change computer code from a person’s request.
- tool calls
- Times when an AI system uses another function, such as search or file access.
- tool call
- One time an AI agent uses a tool, such as search, calculation, or file reading.
- AI coding tools
- Programs like Claude, Cursor, or ChatGPT that write code for you when you describe what you want in plain language.
- AI coding tool
- Software that uses AI to help write, edit, or explain code.