Skip to content

Adds skill to facilitate SPFx version upgrades#7436

Open
brianpmccullough wants to merge 2 commits into
pnp:mainfrom
brianpmccullough:add-spfx-version-support-skill
Open

Adds skill to facilitate SPFx version upgrades#7436
brianpmccullough wants to merge 2 commits into
pnp:mainfrom
brianpmccullough:add-spfx-version-support-skill

Conversation

@brianpmccullough

@brianpmccullough brianpmccullough commented Jul 1, 2026

Copy link
Copy Markdown

Summary

  • Adds .github/skills/spfx-version-support/SKILL.md — a skill that guides an AI assistant through the full workflow for adding support for a new SPFx version
  • The skill covers all five phases: research (release notes, dep changes), code changes (upgrade/doctor rule files, supported version lists, compatibility matrix, docs, e2e tests), test project scaffolding (human operator stop with naming conventions and tooling prereqs), verification (build + three spec runs with correct Mocha flags), and PR creation
  • Captures lessons learned from adding SPFx 1.23.2 support, including patch-vs-minor release distinctions, finding count consistency checks, and the --no-config --reporter spec Mocha workaround

Test plan

  • Verify the skill file is well-formed and follows the format of existing skills in .github/skills/
  • Confirm the skill is discoverable via its trigger phrases in the description frontmatter field

Closes #7435

🤖 Generated with Claude Code

Brian P. McCullough and others added 2 commits July 1, 2026 14:07
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
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.

Add skill to facilitate SPFx version upgrades

1 participant