Skip to content

Conversation

@aRustyDev
Copy link
Owner

Summary

  • Modernizes skill-reviewer agent with proper Python packaging using uv
  • Refactors to use shared skill-agents-common library for common utilities
  • Significant code reduction through shared models and git operations

Test plan

  • Run uv sync to install dependencies
  • Run uv run python main.py --help to verify CLI
  • Test with a sample skill review workflow

🤖 Generated with Claude Code

### Added
- pyproject.toml with uv-based dependency management
- uv.lock for reproducible builds
- Dependency on skill-agents-common shared library

### Changed
- Refactored github_ops.py to use shared utilities
- Refactored models.py to use shared data models
- Refactored worktree.py to use shared git operations
- Updated orchestrator.py with improved pipeline integration
- Enhanced pipeline.py with better stage handling
- Improved review.py with cleaner review logic
- Updated session.py with better state management
- Enhanced justfile with new recipes

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@aRustyDev aRustyDev merged commit 55230b2 into main Jan 4, 2026
4 checks passed
@aRustyDev aRustyDev deleted the feat/skill-reviewer-updates branch January 4, 2026 21:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants