Skip to content

fix: update copilot-goal-skill to 1.1.0 - #2538

Merged
aaronpowell merged 1 commit into
github:mainfrom
gsemet:dev/gsemet
Aug 7, 2026
Merged

fix: update copilot-goal-skill to 1.1.0#2538
aaronpowell merged 1 commit into
github:mainfrom
gsemet:dev/gsemet

Conversation

@gsemet

@gsemet gsemet commented Aug 4, 2026

Copy link
Copy Markdown
Contributor

Pull Request Checklist

  • I have read and followed the CONTRIBUTING.md guidelines.
  • I have read and followed the Guidance for submissions involving paid services.
  • My contribution adds a new instruction, prompt, agent, skill, workflow, or canvas extension file in the correct directory.
  • The file follows the required naming convention.
  • The content is clearly structured and follows the example format.
  • I have tested my instructions, prompt, agent, skill, workflow, or canvas extension with GitHub Copilot.
  • I have run npm start and verified that README.md is up to date.
  • I am targeting the main branch for this pull request.

Description

Update of copilot-goal-plugin to 1.1.0 as requested by #2421


Type of Contribution

  • Update existing plugin

By submitting this pull request, I confirm that my contribution abides by the Code of Conduct and will be licensed under the MIT License.

@aaronpowell aaronpowell left a comment

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.

The appropriate plugin.json file needs to be updated as the marketplace.json is generated from that.

@gsemet

gsemet commented Aug 5, 2026

Copy link
Copy Markdown
Contributor Author

ah sorry, it is documented somewhere how to update a plugin ?

@github-actions github-actions Bot added external-plugin Public external plugin submission plugin PR touches plugins labels Aug 5, 2026
@github-actions

github-actions Bot commented Aug 5, 2026

Copy link
Copy Markdown
Contributor

🔒 PR Risk Scan Results

Scanned 2 changed file(s).

Severity Count
🔴 High 0
🟠 Medium 0
ℹ️ Info 0

✅ No matching risk patterns were detected in changed files.

This is an automated soft-gate report. Findings indicate review targets and do not block merge by themselves.

@github-actions

github-actions Bot commented Aug 5, 2026

Copy link
Copy Markdown
Contributor

✅ External plugin PR checks passed

  • Changed entries detected: 1
  • Workflow state label: ready-for-review

Per-plugin quality summary

Plugin vally lint install smoke test version match ref/sha consistency canvas structure overall source tree
copilot-goal-skill pass pass pass pass not_run pass 17d0452fcb08adc7cc0cdf61a174e7045f3b5586

Gate output details

copilot-goal-skill - vally lint (pass)

✅ goal (2/2 checks passed)
    ✓ [spec-compliance] All 1 skill(s) are spec-compliant.
        ✓ spec-compliance: All spec checks passed.
    ✓ [valid-refs] All file references across 1 skill(s) are valid.
        ✓ valid-refs: All file references resolve to existing files within the skill directory.

1 skill(s) linted, 1 passed
copilot-goal-skill - install smoke test (pass)

Install smoke test succeeded. Verified /tmp/external-plugin-quality-AecruW/copilot-home/.copilot/installed-plugins/external-plugin-intake/copilot-goal-skill/.github/plugin/plugin.json.
copilot-goal-skill - version match (pass)

- 1.1.2: matched version "1.1.2" at "plugins/copilot-goal-skill/.github/plugin/plugin.json".
- 17d0452fcb08adc7cc0cdf61a174e7045f3b5586: matched version "1.1.2" at "plugins/copilot-goal-skill/.github/plugin/plugin.json".
copilot-goal-skill - ref/sha consistency (pass)

source.ref "1.1.2" resolves to the same commit as source.sha "17d0452fcb08adc7cc0cdf61a174e7045f3b5586".
copilot-goal-skill - canvas structure (not_run)

Canvas structure gate skipped because plugin is not tagged with "canvas".
- copilot-goal-skill: vally-lint=pass, install-smoke=pass, version-match=pass, ref-sha-consistency=pass, canvas-structure=not_run, overall=pass

@github-actions github-actions Bot added the requires-submitter-fixes Submission has quality-gate findings that submitter must fix before maintainer review label Aug 5, 2026
@gsemet

gsemet commented Aug 5, 2026

Copy link
Copy Markdown
Contributor Author

should be good now !

Comment thread plugins/external.json Outdated
"name": "copilot-goal-skill",
"description": "Goal-driven task orchestration with independent verification. Interviews the user to define a clear goal, then loops between a Builder subagent (does the work) and an Inspector subagent (judges the result with fresh context). The Inspector never trusts the Builder. Output is auditable in git commits from each subagent actions. Use when the user says \"achieve this goal\", \"make this work\", \"implement until done\", or wants verified autonomous task completion with independent quality review.",
"version": "1.0.1",
"version": "1.1.1",

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.

This (plus the ref) state the version is 1.1.1 but the sha is to the 1.1.0 version

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

fixed

Signed-off-by: Gaetan Semet <gaetan@xeberon.net>
@github-actions github-actions Bot added ready-for-review Submission passed intake validation and is ready for maintainer review and removed requires-submitter-fixes Submission has quality-gate findings that submitter must fix before maintainer review labels Aug 6, 2026
@gsemet

gsemet commented Aug 6, 2026

Copy link
Copy Markdown
Contributor Author

hopefully this time it is good !

@aaronpowell
aaronpowell merged commit 1dbe7ce into github:main Aug 7, 2026
17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

external-plugin Public external plugin submission plugin PR touches plugins ready-for-review Submission passed intake validation and is ready for maintainer review

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants