fix(skill): Add no-serialized store framework in TAGS.md and skill#21395
fix(skill): Add no-serialized store framework in TAGS.md and skill#21395dashrews78 wants to merge 3 commits into
Conversation
…-writer skill Updates both reference files to cover the --no-serialized flag, sql:"strategy(bytea)" tag, NoSerializedStore[T] interface, and WithChildren/WithoutChildren fetch options introduced by the ROX-34569 serialized-free store generation work. Partially generated by AI. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
Skipping CI for Draft Pull Request. |
📝 WalkthroughWalkthroughDocumentation in ChangesNo-Serialized Store Documentation
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In @.claude/skills/proto-writer/SKILL.md:
- Around line 31-38: The no-serialized guidance in the proto-writer SKILL.md
points readers to the wrong architectural step. Update the reference in the
“Creating a new no-serialized store” section so it points to Step 3c, not Step
3d, and make sure the wording stays aligned with the Step 3c architectural
decision used by the `NoSerializedStore[T]` guidance.
🪄 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: Central YAML (base), Organization UI (inherited)
Review profile: CHILL
Plan: Enterprise
Run ID: 4c3d3391-1e04-40d3-adf3-45e285947dc9
📒 Files selected for processing (2)
.claude/skills/proto-writer/SKILL.mdproto/TAGS.md
🚀 Build Images ReadyImages are ready for commit caf7d69. To use with deploy scripts: export MAIN_IMAGE_TAG=4.12.x-301-gcaf7d69322 |
Removed bullet lists, strategies table, and Go caller examples that were heavier than surrounding scenario sections. Simplified proto example. Partially generated by AI. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
- Fix wrong cross-reference: Step 3d -> Step 3c - Remove premature recommendation for no-serialized as default - Fix orphaned type mapping table row (blank line separator) Partially generated by AI. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
/retest |
|
@dashrews78: The following test failed, say Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |

Description
Updates both reference files to cover the --no-serialized flag, sql:"strategy(bytea)"
tag, NoSerializedStore[T] interface, and WithChildren/WithoutChildren fetch options
introduced by the ROX-34569 serialized-free store generation work.
Partially generated by AI.
Co-Authored-By: Claude Opus 4.6 (1M context) noreply@anthropic.com
User-facing documentation
Testing and quality
Automated testing
How I validated my change
review should be sufficient.