Skip to content

Link contributor guide from README#58

Merged
icebergai-review-bot[bot] merged 1 commit into
mainfrom
docs/link-contributor-guide
Jul 13, 2026
Merged

Link contributor guide from README#58
icebergai-review-bot[bot] merged 1 commit into
mainfrom
docs/link-contributor-guide

Conversation

@Scriptception

Copy link
Copy Markdown
Contributor

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.md from the Authoring skills section alongside the existing authoring documentation.

Impact

Documentation-only. There is no runtime, compatibility, security, or migration impact.

Validation

  • git diff --check
  • uv run ruff check .
  • uv run ruff format --check .
  • uv run mypy
  • uv run pytest -q — 125 passed
  • uv run python scripts/check_release_consistency.py
  • uv build
  • verified the built wheel contains skill metadata and content
  • confirmed both linked files exist

Make the authoring section point contributors directly to the repository setup and validation instructions.

@icebergai-review-bot icebergai-review-bot Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

@icebergai-review-bot icebergai-review-bot Bot merged commit e11c1e4 into main Jul 13, 2026
11 checks passed
@icebergai-review-bot icebergai-review-bot Bot deleted the docs/link-contributor-guide branch July 13, 2026 12:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant