Skip to content

s2 feature migration command#772

Open
Lucag101 wants to merge 3 commits into
mainfrom
lgandola/s2-migration-command
Open

s2 feature migration command#772
Lucag101 wants to merge 3 commits into
mainfrom
lgandola/s2-migration-command

Conversation

@Lucag101

Copy link
Copy Markdown
Collaborator

New Claude skill that helps with migrating existing features to S2

Related Issue

Motivation and Context

How Has This Been Tested?

Screenshots (if appropriate):

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • I have signed the Adobe Open Source CLA.
  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

Comment thread .claude/commands/rsc-s2.md Outdated
Comment on lines +19 to +21
- Call GitHub MCP `get_pull_request` with those values to get the PR title, description, and base branch
- Call GitHub MCP `get_pull_request_files` to get every changed file and its patch/diff

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Do you have a github mcp working? I think we could do some of this with a local git history search since it will only every be git changes in this repo.

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

I updated the command so it uses the github MCP if it's set up. The one benefit is then we get an easy description of the feature as well as the change logs. Otherwise it uses git commands, so this skill should work for anyone

@sonarqubecloud

Copy link
Copy Markdown

@github-actions

Copy link
Copy Markdown

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