2ykwang/cview

Local viewer for Claude Code sessions with search, timeline, and export.

20Stars on the repository
4Mods indexed here, across every type
25d agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

commit-fixup

01

2ykwang/cview

Skill Claude CodeCodex

Absorb uncommitted working tree edits into the existing commits on the current branch where each change belongs (fixup commits + autosquash rebase). Use on requests like 'fold this into the original commit', 'clean up the commit history', 'squash the review fixes into their commits', 'fixup', 'amend into an existing…

20 25d ago A 110 tokens original MIT

commit-split

02

2ykwang/cview

Skill Claude CodeCodex

Split a pile of uncommitted changes into several context-scoped commits. Analyzes the diff first, proposes logical groups and a commit count, and once the user confirms the granularity, stages per file — down to hunks inside a single file when needed — and commits with messages matching the repo's convention. Use on…

20 25d ago A 140 tokens original MIT