Add Agent Skill for AI-assisted contributors#815
Open
cidrblock wants to merge 2 commits intoansible:develfrom
Open
Add Agent Skill for AI-assisted contributors#815cidrblock wants to merge 2 commits intoansible:develfrom
cidrblock wants to merge 2 commits intoansible:develfrom
Conversation
98e4b49 to
2663b5b
Compare
2663b5b to
3ad8f46
Compare
Add a SKILL.md following the open Agent Skills standard (agentskills.io) that encodes the project's contribution conventions for AI coding assistants. This helps AI tools follow the same PR template, changelog format, and build system expectations documented in the contributor guide. Made-with: Cursor
3ad8f46 to
8b35921
Compare
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 2 out of 2 changed files in this pull request and generated 5 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
You can also share your feedback on Copilot code review. Take the survey.
… convention - Cython constraints now match actual backend: >= 3.0.11 for Python >= 3.13 - .coveragerc description updated to reflect Cython.Coverage plugin - Sign-off convention changed to -- by per documented standard - Fixed backtick rendering in RST role example Made-with: Cursor
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.
SUMMARY
Add a
SKILL.mdfollowing the open Agent Skills standardthat encodes the project's contribution conventions for AI coding assistants.
This is the machine-readable companion to the contributor guide — it helps AI
tools automatically follow the same PR template, changelog format, build system
expectations, and code style documented for human contributors.
The skill is loaded on-demand by compatible AI agents (GitHub Copilot, VS Code
Copilot, Copilot CLI, and other skills-compatible tools) when working on
pylibssh code. It does not affect any existing workflows or tooling.
Contents:
devel)libsshdependency)ISSUE TYPE
ADDITIONAL INFORMATION
Files changed:
.github/skills/pylibssh-contributing/SKILL.md— the Agent Skilldocs/changelog-fragments/815.contrib.rst— changelog fragmentReference: Agent Skills in VS Code