Skip to content

Commit a7f0609

Browse files
docs: remove contribution requirements from skill guidance
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
1 parent 8bd01ae commit a7f0609

2 files changed

Lines changed: 3 additions & 11 deletions

File tree

.github/plugin/psmodule/skills/psmodule-skill-authoring/SKILL.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@ guidance.
1919
only the skill's trigger, agent operating sequence, handoff/report contract,
2020
and stop conditions in `SKILL.md`.
2121
- Preserve the plugin's scope and make adjacent work a separate change.
22-
- Open a draft PR early, use small commits, include the required Copilot
23-
co-author trailer, and report the PR URL, files, validation, decisions, and
24-
blockers to the owning session.
22+
- Open a draft PR early, use small commits, and report the PR URL, files,
23+
validation, decisions, and blockers to the owning session.
2524
- Stop and report instead of guessing when the skill boundary, source-of-truth
2625
document, plugin ownership, or validation requirement is unclear.

docs/content/guides/writing-plugin-skills.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -64,14 +64,7 @@ agents, define the parent owner, child boundary, expected handoff, validation,
6464
report-back, and stop conditions. Do not silently broaden a skill into
6565
unrelated repository work.
6666

67-
## Contribution and validation
68-
69-
Work on a dedicated branch, open a draft pull request early, and use small
70-
commits. Include the required co-author trailer in every commit:
71-
72-
```text
73-
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
74-
```
67+
## Validation
7568

7669
Run the smallest existing checks that cover the changed surfaces:
7770

0 commit comments

Comments
 (0)