Skip to content

Adding Copilot Skills#65

Open
mrm9084 wants to merge 2 commits intomainfrom
CopilotSkills
Open

Adding Copilot Skills#65
mrm9084 wants to merge 2 commits intomainfrom
CopilotSkills

Conversation

@mrm9084
Copy link
Contributor

@mrm9084 mrm9084 commented Mar 11, 2026

Description

Adding copilot skills to:

  • Deal with CI failure/debugging
  • Generating Samples
  • Dealing with the sync/async pattern in the library.

Contribution checklist:

  • The pull request does not introduce [breaking changes]
  • I have read the contribution guidelines.
  • Pull request includes test coverage for the included changes.

General Guidelines and Best Practices

  • Title of the pull request is clear and informative.
  • There are a small number of commits, each of which have an informative message. This means that previously merged commits do not appear in the history of the PR.

Copy link

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 adds GitHub Copilot “skills” documentation to help contributors follow established project patterns (CI debugging, writing samples, and keeping sync/async implementations mirrored), and aligns CI formatting/lint ordering with the guidance.

Changes:

  • Reordered the CI workflow to run black before pylint/mypy.
  • Added three Copilot skill guides: CI failure debugging, sample authoring, and the sync/async mirroring pattern.
  • Updated Copilot instructions to emphasize running black before pylint/mypy and to codify “new feature” expectations (sample + tests).

Reviewed changes

Copilot reviewed 5 out of 5 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
.github/workflows/validate.yml Moves black earlier in the validation sequence (before pylint/mypy).
.github/skills/sync-async-pattern/SKILL.md Documents the repo’s sync/async mirroring approach and key implementation patterns.
.github/skills/samples/SKILL.md Defines conventions and guidance for creating/updating samples (including lint expectations).
.github/skills/ci-failure-debugging/SKILL.md Provides a step-by-step guide to reproduce and fix CI failures locally.
.github/copilot-instructions.md Updates Copilot guidance to run black first and to require samples + tests for new features.

You can also share your feedback on Copilot code review. Take the survey.

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.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.

2 participants