Add skills to help with instrumentation migration#143
Open
lmolkova wants to merge 6 commits into
Open
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR adds three repository “skills” under .github/skills/ to streamline common instrumentation migration workflows (migration from OpenInference, migration review reports, and authoring conformance tests), and documents their intended usage for contributors.
Changes:
- Documented available skills and when to trigger them in
CONTRIBUTING.md. - Added gitignore rule for generated
MIGRATION_REPORT.mdoutputs. - Introduced three new skills:
migrate-from-openinference,review-migration, andwrite-conformance-tests.
Reviewed changes
Copilot reviewed 5 out of 6 changed files in this pull request and generated 4 comments.
Show a summary per file
| File | Description |
|---|---|
CONTRIBUTING.md |
Adds a “Skills” section describing the new automation skills and when to use them. |
.gitignore |
Ignores generated MIGRATION_REPORT.md files. |
.github/skills/write-conformance-tests/SKILL.md |
New skill: guidance for writing GenAI conformance scenarios and the runner. |
.github/skills/review-migration/SKILL.md |
New skill: guidance for reviewing migrations and generating MIGRATION_REPORT.md. |
.github/skills/migrate-from-openinference/SKILL.md |
New skill: step-by-step workflow for migrating/augmenting OpenInference instrumentations into this repo. |
rads-1996
reviewed
Jun 16, 2026
trask
approved these changes
Jun 16, 2026
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
e5b9e1c to
ab155f2
Compare
30b11bd to
9a035d7
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
migrate-from-openinference— migrate anopeninference-instrumentation-*package into this repo as an OTel GenAI package, or augment an existing
package with the coverage OpenInference adds on top.
review-migration— review a ported or augmented package against itsupstream implementation and write
MIGRATION_REPORT.md.write-conformance-tests— author conformance scenarios and thetest_conformance.pyrunner for an instrumentation package.