Conversation
- IssueテンプレートをMarkdownからYAML形式(Issue Forms)に移行 - データ修正専用のIssueテンプレートを新設 - PRテンプレートを追加 - CONTRIBUTING.mdを追加 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (3)
✅ Files skipped from review due to trivial changes (3)
📝 WalkthroughWalkthrough古いMarkdown形式のイシューテンプレート3件を削除し、YAML形式の新テンプレート4件とテンプレート設定を追加。さらにPRテンプレート、CONTRIBUTING.mdを新規追加し、READMEとdata/READMEのDiscordリンクを更新しました。 Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🧹 Nitpick comments (1)
.github/pull_request_template.md (1)
21-28: テスト手順の記載ルールを統一してください。Line 26 の
cargo clippyコマンドがCONTRIBUTING.mdの手順と不一致です(SQLX_OFFLINE=trueの有無)。また、チェックボックスだけでなく「実行コマンドと結果」を記入する欄を追加すると、レビュー時の確認が安定します。Based on learnings: Document the commands executed (e.g.,
cargo fmt && cargo clippy --all-targets --all-features && make test-unit) and their outcomes in every pull request🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed. In @.github/pull_request_template.md around lines 21 - 28, Update the PR template test section to standardize test command instructions: adjust the `cargo clippy` checkbox to match CONTRIBUTING.md (include or omit `SQLX_OFFLINE=true` as per the canonical doc) and replace/augment the simple checkboxes with a short "Commands run and results" field (e.g., a code-block placeholder where authors record the exact commands they executed and their outcomes such as `cargo fmt --all -- --check`, `cargo clippy --all-targets --all-features` and `cargo test`), ensuring the template text mentions the recommended canonical command sequence and asks authors to paste command output for reviewer verification; update references in .github/pull_request_template.md accordingly.
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Inline comments:
In @.github/ISSUE_TEMPLATE/config.yml:
- Around line 3-5: The Discord invite URL under the "name: \"\U0001F4AC Discord
コミュニティ\"" entry has a different value in its url field
(https://discord.gg/tsemdME9Nz); update that url field to the canonical invite
used in CONTRIBUTING.md so the repository uses a single official Discord link
across files, checking the "name" and "url" keys to locate and replace the
value.
---
Nitpick comments:
In @.github/pull_request_template.md:
- Around line 21-28: Update the PR template test section to standardize test
command instructions: adjust the `cargo clippy` checkbox to match
CONTRIBUTING.md (include or omit `SQLX_OFFLINE=true` as per the canonical doc)
and replace/augment the simple checkboxes with a short "Commands run and
results" field (e.g., a code-block placeholder where authors record the exact
commands they executed and their outcomes such as `cargo fmt --all -- --check`,
`cargo clippy --all-targets --all-features` and `cargo test`), ensuring the
template text mentions the recommended canonical command sequence and asks
authors to paste command output for reviewer verification; update references in
.github/pull_request_template.md accordingly.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Organization UI
Review profile: CHILL
Plan: Pro
Run ID: e89d47d6-8a0f-474f-a81e-4ee17cb338af
📒 Files selected for processing (10)
.github/ISSUE_TEMPLATE/Bug.md.github/ISSUE_TEMPLATE/Epic.md.github/ISSUE_TEMPLATE/Request.md.github/ISSUE_TEMPLATE/bug_report.yml.github/ISSUE_TEMPLATE/config.yml.github/ISSUE_TEMPLATE/data_correction.yml.github/ISSUE_TEMPLATE/epic.yml.github/ISSUE_TEMPLATE/feature_request.yml.github/pull_request_template.mdCONTRIBUTING.md
💤 Files with no reviewable changes (3)
- .github/ISSUE_TEMPLATE/Request.md
- .github/ISSUE_TEMPLATE/Epic.md
- .github/ISSUE_TEMPLATE/Bug.md
Summary
Closes #7
Test plan
🤖 Generated with Claude Code
Summary by CodeRabbit
リリースノート