Link contributor guide from README#58
Merged
Merged
Conversation
Make the authoring section point contributors directly to the repository setup and validation instructions.
There was a problem hiding this comment.
IcebergAutoReview
Verdict: approve
Documentation-only change correctly links the existing contributor guide from the README. The single commit is directly based on main, focused, clean, and introduces no security or runtime risk.
Findings
- No blocking findings.
Validation
- Inspected complete commit history and main...HEAD diff
- git diff --check main...HEAD
- Verified CONTRIBUTING.md and docs/authoring-skills.md exist as tracked, regular files
- Confirmed clean working tree
Residual risks / optional notes
- Python lint, type, test, and build suites were not rerun because no executable or packaging configuration changed.
Automated review by Codex 624b740afaa3 using IcebergAutoReview.
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.
Problem
The README points prospective skill authors to the authoring reference but does not directly surface the repository setup and validation workflow.
Change
Link
CONTRIBUTING.mdfrom the Authoring skills section alongside the existing authoring documentation.Impact
Documentation-only. There is no runtime, compatibility, security, or migration impact.
Validation
git diff --checkuv run ruff check .uv run ruff format --check .uv run mypyuv run pytest -q— 125 passeduv run python scripts/check_release_consistency.pyuv build