Upstream First Skill
SkillMediaLoad this skill before implementing a fix for a barrier that may originate in a shared component, design system, renderer, or external dependency rather than this project's own code. Decide whether the responsible fix is local, an existing installed capability, or an upstream contribution before writing a workaround. Absolutely always record any temporary local divergence with an owner and removal condition. Under no circumstances open, comment on, or submit anything in an external project without explicit human approval.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the Upstream First Skill skill
What this skill tells your AI
The instructions your AI receives, as published by mgifford/accessibility-skills in skills/upstream-first/SKILL.md and read by ahel’s review.
This skill is a pointer to mgifford/upstream-first, a separate, standalone set of agent skills for deciding where an accessibility (or any other) fix belongs and preparing it for the receiving project. It does not restate that project's decision hierarchy, classification steps, or contribution workflow — those stay owned there so this skill does not drift out of sync with a project that is still a pre-release review draft.
When to Use This
Before implementing a fix for an accessibility barrier, check whether the affected code is actually owned by this project:
- a shared component or design system used across multiple projects;
- a renderer, framework, or platform dependency;
- an npm/PyPI/Packagist/Composer package rather than first-party code;
- a pattern that would benefit other consumers of the same dependency, not only this project.
If the barrier may originate outside this project's own code, load
upstream-first
to decide whether the responsible fix is:
- an existing installed capability;
- an existing public API or extension point;
- a suitable maintained open-source package;
- a focused contribution to an existing project;
- a new reusable open-source package with credible ownership; or
- a local implementation, with a written justification for why every higher option is unsuitable.
Do not default to a local patch without going through this decision. A local fix for a shared-component barrier repeats the same maintenance burden for every other consumer of that component, and this project's users are not the only people affected by the barrier.
Preparing a Contribution
If the decision favors an upstream contribution, use
maintainer-ready-contribution
to prepare an issue, proposal, patch, or pull request the receiving
project's maintainers can actually review and accept.
If the issue may be a security vulnerability, do not open a public issue,
reproduction, branch, fork, or pull request. Use
responsible-security-disclosure
instead.
If AI materially assisted a known contribution, run
ai-contribution-review
before submission, when the receiving project's policy permits that use.
Human Approval Is Required
Never open, comment on, assign, label, fork, branch, or submit anything in an external project without a human explicitly approving that specific action. Deciding that a change belongs upstream is not the same as being authorized to act on that decision in someone else's project.
Tracking Temporary Local Divergence
An urgent local patch, override, fork, pin, or workaround may be necessary while an upstream correction is pending — accessibility barriers should not wait on a release the project does not control. When this happens, do not treat it as resolved. Record it as debt with:
- a downstream owner;
- an upstream reference or a documented exception if none exists;
- a risk-based review date;
- the supported versions the patch applies to;
- a removal condition (a supported upstream release adopted and verified); and
- a rollback plan.
If this project uses the
ACCESSIBILITY.md template,
use the
downstream divergence record.
Otherwise use the
upstream-debt record shape
directly.
A merged or closed upstream tracker item is not resolution. Closure requires the supported release to be adopted downstream and the original user-facing behavior to be retested — see Accessibility Finding Tracking, "Local and upstream trackers" if this project tracks findings with that schema.
Relationship to Other Skills
ACCESSIBILITY-generalgoverns when and how all skills in this repository are loaded; this skill is one of the things it points to when a fix's ownership is unclear.bug-reportingrecords scope, likely source, and (when applicable) local and upstream tracker relationships for a filed finding — this skill decides what to do about that source before a fix is written, not after.- Per-topic skills (
forms,keyboard,color-contrast, and so on) define how to fix a barrier once ownership is decided. This skill decides where the fix belongs.
References
Signals
- GitHub stars
- 44
- Forks
- 2
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
upstream-first- Source
- github.com/mgifford/accessibility-skills