Add Claude PR review command for automated code reviews#79
Merged
Conversation
…tures - Introduced new endpoints for creating and listing schedules, fetching schedule facts, and managing period closing entries. - Added new response and request models for schedules and closing entries to improve API structure. - Refactored existing response models for consistency and clarity. - Removed deprecated client extensions to streamline the codebase and focus on core functionalities. These updates significantly enhance the ledger API's capabilities for schedule and closing entry management.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds a new Claude command template (
.claude/commands/pr-review.md) that provides a structured, comprehensive PR review workflow for automated code analysis.Key Accomplishments
Details
This adds a 109-line command definition file that orchestrates an end-to-end PR review process. The command is designed to be invoked within the Claude CLI/IDE integration and produces structured output covering all critical aspects of a code review.
Breaking Changes
None. This is a purely additive change introducing a new tooling command with no impact on existing functionality or workflows.
Testing Notes
Infrastructure Considerations
.claude/commands/convention for project-scoped command definitions — no additional infrastructure or dependencies are required.🤖 Generated with Claude Code
Branch Info:
chore/add-pr-review-commandmainCo-Authored-By: Claude noreply@anthropic.com