docs(dev): clarify review workflow and update Claude Code skills#505
docs(dev): clarify review workflow and update Claude Code skills#505
Conversation
Clarify when to use --request-review and --request-summary flags: - PR creation: auto-triggered, do not use these flags - After additional commits: use --request-review for new review - --request-summary: only right before merge Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Summary of ChangesHello @apstndb, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed! This pull request updates the development documentation to provide clearer guidance on the usage of Highlights
Changelog
Activity
Using Gemini Code AssistThe full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips. Invoking Gemini You can request assistance from Gemini at any point by creating a comment using either
Customization To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a Limitations & Feedback Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here. You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension. Footnotes
|
- release-prep: rewrite for tag-based goreleaser workflow with PR range analysis - review-cycle: clarify Gemini review vs summary distinction, remove auto --request-review - start-issue: add new skill for starting work on GitHub issues with worktree setup Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
There was a problem hiding this comment.
Code Review
This PR provides a helpful clarification on the timing for Gemini review and summary requests within CLAUDE.md. However, this change introduces an inconsistency with the more detailed workflow documentation in dev-docs/issue-management.md, which has not been updated to reflect the new process, especially concerning the --request-summary flag. I've added a comment suggesting to update the other documentation file to ensure consistency.
Code Metrics Report📊 View detailed coverage report (available for 7 days)
Details | | main (0c76571) | #505 (0337087) | +/- |
|---------------------|----------------|----------------|-------|
- | Coverage | 70.0% | 69.9% | -0.2% |
| Files | 54 | 54 | 0 |
| Lines | 5704 | 5704 | 0 |
- | Covered | 3997 | 3990 | -7 |
| Code to Test Ratio | 1:1.2 | 1:1.2 | 0.0 |
| Code | 13118 | 13118 | 0 |
| Test | 16510 | 16510 | 0 |
+ | Test Execution Time | 1m9s | 1m6s | -3s |Code coverage of files in pull request scope (66.5% → 64.7%)
Reported by octocov |
Update dev-docs/issue-management.md to reflect the same review/summary timing rules added to CLAUDE.md: auto-triggered on PR creation, --request-review after additional commits, --request-summary before merge. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
/gemini review |
There was a problem hiding this comment.
Code Review
The pull request clarifies the review workflow documentation and updates Claude Code skills. The changes primarily involve updating markdown files to reflect new Go features and best practices, as well as refining the release preparation and issue management processes. The new start-issue skill is a valuable addition for streamlining development. Overall, the changes improve clarity and align with modern Go development practices.
|
/gemini summary |
Summary of ChangesThis pull request enhances the developer documentation by clarifying the workflow for interacting with Gemini Code Assist during pull request reviews and updating the release preparation process. It also introduces a new utility command to simplify starting work on GitHub issues by automating worktree creation. Highlights
Changelog
Activity
|
Summary
--request-reviewand--request-summaryflags withgh-helper reviews waitin CLAUDE.mdrelease-prepskill for tag-based goreleaser workflow with PR range analysisreview-cycleskill to clarify Gemini review vs summary distinctionstart-issueskill for starting work on GitHub issues with worktree setupLabels
docs-dev,ignore-for-release🤖 Generated with Claude Code