Skip to content

docs(changesets): name client app developers in the skill's audience framing#178

Merged
aspiers merged 1 commit into
mainfrom
adam/fix-changeset-skill-audiences
May 29, 2026
Merged

docs(changesets): name client app developers in the skill's audience framing#178
aspiers merged 1 commit into
mainfrom
adam/fix-changeset-skill-audiences

Conversation

@aspiers
Copy link
Copy Markdown
Contributor

@aspiers aspiers commented May 29, 2026

Summary

The writing-changesets skill defines three audiences — End users, Client app developers, Operators — and uses all three consistently in the **Affects:** template, ordering rules, and examples. But two lead-in spots described changesets as only "user-facing or operator-facing", silently dropping client app developers:

  • the frontmatter description (the text the skill loader matches against to decide when to trigger), and
  • the opening sentence of the skill body.

Both now name all three audiences, matching the audience list and per-audience guidance below.

Why it matters

The description is the highest-stakes spot: it's what selects the skill. Omitting the API/integration audience risks the skill not firing for a change that's purely client-app-developer-facing (e.g. an OAuth flow / response-shape change with no operator or end-user impact).

Notes

Two-line wording change, no behavioural content altered. Spotted while porting this skill to the certified-group-service repo, where the same inherited gap was fixed.

🤖 Generated with Claude Code

…framing

The writing-changesets skill defines three audiences (End users,
Client app developers, Operators), but the frontmatter `description`
and the opening line described changesets as only "user-facing or
operator-facing", dropping client app developers — the audience the
rest of the skill treats as first-class. The omission matters most in
the `description`, which is what the skill loader matches against to
decide when to trigger.

Both now name all three audiences, consistent with the audience list
and the per-audience guidance below.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Copilot AI review requested due to automatic review settings May 29, 2026 13:58
Copy link
Copy Markdown

@claude claude Bot left a comment

Choose a reason for hiding this comment

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

Claude Code Review

This repository is configured for manual code reviews. Comment @claude review to trigger a review and subscribe this PR to future pushes, or @claude review once for a one-time review.

Tip: disable this comment in your organization's Code Review settings.

@vercel
Copy link
Copy Markdown

vercel Bot commented May 29, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
epds-demo Ready Ready Preview, Comment May 29, 2026 1:59pm

Request Review

@changeset-bot
Copy link
Copy Markdown

changeset-bot Bot commented May 29, 2026

⚠️ No Changeset found

Latest commit: f78b746

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 29, 2026

Warning

Review limit reached

@aspiers, we couldn't start this review because you've reached your PR review rate limit.

More reviews will be available in 32 minutes and 57 seconds. Learn how PR review limits work.

Your organization has run out of usage credits. Purchase more in the billing tab.

⌛ How to resolve this issue?

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.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans include higher PR review limits than trial, open-source, and free plans. In all cases, reviews become available again over time. During sustained high-volume PR review activity, CodeRabbit may temporarily slow when the next review becomes available.

Please see our Fair Usage Limits Policy for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: f76f46fe-ce48-4b57-81fe-b3964e3863b2

📥 Commits

Reviewing files that changed from the base of the PR and between 7dd6ee8 and f78b746.

📒 Files selected for processing (1)
  • .agents/skills/writing-changesets/SKILL.md
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch adam/fix-changeset-skill-audiences

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 and usage tips.

@railway-app railway-app Bot temporarily deployed to ePDS / ePDS-pr-178 May 29, 2026 13:58 Destroyed
@railway-app
Copy link
Copy Markdown

railway-app Bot commented May 29, 2026

🚅 Deployed to the ePDS-pr-178 environment in ePDS

Service Status Web Updated (UTC)
@certified-app/demo untrusted ✅ Success (View Logs) Web May 29, 2026 at 2:01 pm
@certified-app/pds-core ✅ Success (View Logs) Web May 29, 2026 at 2:01 pm
@certified-app/auth-service ✅ Success (View Logs) Web May 29, 2026 at 2:01 pm
@certified-app/demo ✅ Success (View Logs) Web May 29, 2026 at 2:00 pm

@sonarqubecloud
Copy link
Copy Markdown

Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR updates the writing-changesets skill wording so its audience framing consistently includes client app developers alongside end users and operators.

Changes:

  • Updates the skill frontmatter description to name all three changeset audiences.
  • Updates the opening body sentence to match the same audience framing.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@coveralls-official
Copy link
Copy Markdown

Coverage Report for CI Build 26641553777

Coverage remained the same at 56.07%

Details

  • Coverage remained the same as the base build.
  • Patch coverage: No coverable lines changed in this PR.
  • No coverage regressions found.

Uncovered Changes

No uncovered changes found.

Coverage Regressions

No coverage regressions found.


Coverage Stats

Coverage Status
Relevant Lines: 2951
Covered Lines: 1648
Line Coverage: 55.85%
Relevant Branches: 1818
Covered Branches: 1026
Branch Coverage: 56.44%
Branches in Coverage %: Yes
Coverage Strength: 5.88 hits per line

💛 - Coveralls

@aspiers aspiers merged commit 392d93d into main May 29, 2026
28 checks passed
@aspiers aspiers deleted the adam/fix-changeset-skill-audiences branch May 29, 2026 14:07
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.

2 participants