[#10875] improvement(agent-skills): Add gravitino-design-doc skill to enforce design document structure#10876
Merged
jerryshao merged 3 commits intoapache:mainfrom May 7, 2026
Conversation
…ill to enforce design document structure Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Code Coverage Report
|
…kill agent-agnostic Remove Claude Code-specific references from README so the skill works with any AI agent. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Contributor
Author
Contributor
roryqi
reviewed
Apr 30, 2026
roryqi
reviewed
Apr 30, 2026
…kill to .claude/skills for default enablement - Move gravitino-design-doc skill from agent-skills/ to .claude/skills/ so it is auto-discovered by Claude Code for all contributors - Remove .claude from .gitignore and add .claude/settings.local.json instead so project skills are tracked while local settings remain private - Expand Proposal section with API changes format (new vs changed REST APIs), user process, and implementation process sub-sections - Update Quality Checklist and Common Mistakes table to reflect the new required sub-sections Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
roryqi
approved these changes
May 7, 2026
mchades
approved these changes
May 7, 2026
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.
What changes were proposed in this pull request?
Adds a new
gravitino-design-docClaude Code skill underagent-skills/that enforces consistent structure and content quality for Apache Gravitino design documents.The skill requires the following sections in order:
Why are the changes needed?
Closes #10875. With spec-driven development, design doc PRs are now required before major features. Without an enforced structure, doc quality is inconsistent and reviewers repeatedly request the same fixes.
How was this patch tested?
N/A — documentation/tooling only change.
🤖 Generated with Claude Code