{
  "markdown": "# claude-workflow\n\nWorkflow tools for Claude Code: checkpoint/rollback during sessions, smart test verification, blast radius analysis, self-review, and project orientation.\n\n![unnamed](https://github.com/user-attachments/assets/1ad0f217-9cac-4282-9223-43af7b3923eb)\n\n\n## Skills\n\n### `/checkpoint [name]`\n\nCreate a lightweight git tag as a save point during a session.\n\n```\n/checkpoint before-refactor\n/checkpoint\n```\n\nCreates tags like `claude-checkpoint/2026-03-19-1430-before-refactor`. Warns about uncommitted changes but never modifies your working tree.\n\n### `/rollback [name]`\n\nRestore to a previous checkpoint. Supports partial name matching.\n\n```\n/rollback refactor\n/rollback\n```\n\nShows a diff summary before rolling back. Requires explicit confirmation. Auto-stashes uncommitted work and tells you how to recover if you change your mind.\n\n### `/verify [files...]`\n\nRun the tests, type checks, and linters relevant to files changed in the current session.\n\n```\n/verify\n/verify src/auth.py src/db.py\n```\n\nAuto-detects your project stack by reading config files (package.json, pyproject.toml, Cargo.toml, go.mod, etc.). Maps changed source files to their test files using language conventions. Runs targeted checks — never the full test suite.\n\nSupported stacks: Python, Node.js/TypeScript, Rust, Go, Ruby.\n\n### `/scope <function, class, or file>`\n\nAnalyze the blast radius before changing something. Finds all callers, importers, tests, and subclasses. Shows change frequency from git history.\n\n```\n/scope authenticate\n/scope src/auth/service.py\n/scope User.save\n```\n\n### `/diff-review [files...]`\n\nSelf-review uncommitted changes before committing. Checks for correctness bugs, edge cases, consistency issues, and missing test coverage.\n\n```\n/diff-review\n/diff-review src/auth.py\n```\n\nFocuses on real bugs, not style. Reports with exact file:line references and actionable descriptions.\n\n### `/context`\n\nQuick project orientation at the start of a session. Summarizes the stack, directory structure, build/test commands, CI setup, and recent activity.\n\n```\n/context\n```\n\nReads config files to determine the stack — does not guess. Handles monorepos. Notes if a CLAUDE.md exists.\n\n## Installation\n\nFrom the Claude Code plugin marketplace:\n\n```\n/plugin install claude-workflow@claude-plugins-official\n```\n\nOr load locally for a single session:\n\n```bash\nclaude --plugin-dir ~/claude-workflow\n```\n\n## Requirements\n\n- Claude Code\n- Git (for checkpoint, rollback, and verify)\n\n## License\n\nMIT\n",
  "bytes": 2496,
  "sha": "d7f34a8df93a4c4e9a63972b68efc43ac2a0d81f56a00b418d8555179a6a5d7b",
  "repo_slug": "utkarshjain98/claude-code-workflow",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/plg_utkarshjain98_claude_code_workflow_claud_5d670593/readme"
}