Skip to content

plugin: add Safari MCP validation workflow#157

Merged
gaelic-ghost merged 3 commits into
mainfrom
plugin/safari-mcp-workflow
Jul 19, 2026
Merged

plugin: add Safari MCP validation workflow#157
gaelic-ghost merged 3 commits into
mainfrom
plugin/safari-mcp-workflow

Conversation

@gaelic-ghost

Copy link
Copy Markdown
Owner

Summary

  • add a scoped Safari Technology Preview MCP browser-validation workflow
  • export it through the Hermes skill tap and Apple Dev Skills discovery surfaces
  • document privacy, authorization, and evidence boundaries

Verification

  • uv run pytest (root): 126 passed, 1 skipped
  • uv run pytest (Apple Dev Skills): 271 passed
  • Apple Dev Skills documentation validator
  • Socket metadata and Hermes compatibility validators
  • CodeRabbit uncommitted review: 0 issues

@coderabbitai

coderabbitai Bot commented Jul 19, 2026

Copy link
Copy Markdown

Review Change Stack

Warning

Review limit reached

@gaelic-ghost, you've reached your PR review limit, so we couldn't start this review.

Next review available in: 49 minutes

Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available.
You're only billed for reviews past your plan's rate limits ($0.25/file).

How can I continue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews.

How do review limits work?

CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability.

For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window.

Please refer docs for additional details.

Review details
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: 94b64b97-b3b0-4e4e-aea5-59733db356bb

📥 Commits

Reviewing files that changed from the base of the PR and between 6dee4b4 and 110b6b1.

📒 Files selected for processing (38)
  • ROADMAP.md
  • plugins/apple-dev-skills/.codex-plugin/plugin.json
  • plugins/apple-dev-skills/.github/scripts/validate_repo_docs.sh
  • plugins/apple-dev-skills/README.md
  • plugins/apple-dev-skills/ROADMAP.md
  • plugins/apple-dev-skills/docs/maintainers/customization-consolidation-review.md
  • plugins/apple-dev-skills/skills/safari-mcp-workflow/SKILL.md
  • plugins/apple-dev-skills/skills/safari-mcp-workflow/agents/openai.yaml
  • plugins/apple-dev-skills/skills/safari-mcp-workflow/references/customization-flow.md
  • plugins/apple-dev-skills/skills/safari-mcp-workflow/references/customization.template.yaml
  • plugins/apple-dev-skills/skills/safari-mcp-workflow/references/evidence-and-validation.md
  • plugins/apple-dev-skills/skills/safari-mcp-workflow/references/setup-and-privacy.md
  • plugins/apple-dev-skills/skills/safari-mcp-workflow/scripts/customization_config.py
  • plugins/apple-dev-skills/tests/test_app_extension_workflows.py
  • plugins/apple-dev-skills/tests/test_apple_developer_provisioning_workflow.py
  • plugins/apple-dev-skills/tests/test_arkit_spatial_face_body_workflows.py
  • plugins/apple-dev-skills/tests/test_camera_capture_depth_workflow.py
  • plugins/apple-dev-skills/tests/test_customization_cli.py
  • plugins/apple-dev-skills/tests/test_customization_consolidation_review.py
  • plugins/apple-dev-skills/tests/test_customization_template_paths.py
  • plugins/apple-dev-skills/tests/test_devicecheck_app_attest_workflow.py
  • plugins/apple-dev-skills/tests/test_imaging_foundation_workflows.py
  • plugins/apple-dev-skills/tests/test_macos_virtualization_workflows.py
  • plugins/apple-dev-skills/tests/test_photos_library_editing_workflow.py
  • plugins/apple-dev-skills/tests/test_safari_mcp_workflow.py
  • plugins/apple-dev-skills/tests/test_tipkit_workflow.py
  • plugins/apple-dev-skills/tests/test_video_codec_processing_workflow.py
  • plugins/apple-dev-skills/tests/test_vision_recognition_workflows.py
  • plugins/apple-dev-skills/tests/test_xcode_localization_workflow.py
  • scripts/export_hermes_skills.py
  • skills.sh.json
  • skills/safari-mcp-workflow/SKILL.md
  • skills/safari-mcp-workflow/agents/openai.yaml
  • skills/safari-mcp-workflow/references/customization-flow.md
  • skills/safari-mcp-workflow/references/customization.template.yaml
  • skills/safari-mcp-workflow/references/evidence-and-validation.md
  • skills/safari-mcp-workflow/references/setup-and-privacy.md
  • skills/safari-mcp-workflow/scripts/customization_config.py
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch plugin/safari-mcp-workflow

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@gaelic-ghost
gaelic-ghost merged commit 24c2208 into main Jul 19, 2026
2 checks passed
@gaelic-ghost
gaelic-ghost deleted the plugin/safari-mcp-workflow branch July 19, 2026 18:27

@chatgpt-codex-connector chatgpt-codex-connector 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.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 110b6b1a95

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

@@ -0,0 +1,86 @@
---
name: safari-mcp-workflow

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P2 Badge Refresh architecture inventory for new skill

Adding this skill creates a new skill:apple-dev-skills/safari-mcp-workflow target, but the checked-in architecture model was not refreshed; I checked the repo-owned architecture audit with python3 plugins/productivity-skills/skills/maintain-project-architecture/scripts/maintain_project_architecture.py --project-root /workspace/socket --run-mode check-only, and it reports docs/architecture/architecture.json is missing this current target. When maintainers or agents rely on docs/architecture/ARCHITECTURE.md or architecture.json, the new workflow is invisible, so refresh the architecture docs as part of adding the skill.

Useful? React with 👍 / 👎.

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