Skip to content

Update gh-skills-builder plugin to v1.0.4 and regenerate marketplace.json#2308

Merged
aaronpowell merged 11 commits into
github:mainfrom
arilivigni:main
Jul 16, 2026
Merged

Update gh-skills-builder plugin to v1.0.4 and regenerate marketplace.json#2308
aaronpowell merged 11 commits into
github:mainfrom
arilivigni:main

Conversation

@arilivigni

@arilivigni arilivigni commented Jul 16, 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


Type of Contribution

  • New instruction file.
  • New prompt file.
  • New agent file.
  • New plugin.
  • New skill file.
  • New agentic workflow.
  • New canvas extension.
  • Update to existing instruction, prompt, agent, plugin, skill, workflow, or canvas extension.
  • Other (please specify):

Additional Notes


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

Copilot AI and others added 10 commits July 1, 2026 17:47
Co-authored-by: arilivigni <4140343+arilivigni@users.noreply.github.com>
chore: update gh-skills-builder external plugin to v1.0.2
Co-authored-by: arilivigni <4140343+arilivigni@users.noreply.github.com>
…r-version

Updating external plugin gh-skills-builder to new version
Co-authored-by: arilivigni <4140343+arilivigni@users.noreply.github.com>
Co-authored-by: arilivigni <4140343+arilivigni@users.noreply.github.com>
Removed connector-namespaces plugin entry from marketplace.json.
…r-v104

Update external plugin gh-skills-builder to v1.0.4
@arilivigni
arilivigni requested a review from aaronpowell as a code owner July 16, 2026 02:10
Copilot AI review requested due to automatic review settings July 16, 2026 02:10
@github-actions github-actions Bot added external-plugin Public external plugin submission plugin PR touches plugins labels Jul 16, 2026
@github-actions

github-actions Bot commented Jul 16, 2026

Copy link
Copy Markdown
Contributor

🟡 Contributor Reputation Check: MEDIUM risk

Check Risk
Profile MEDIUM
Credential audit NONE

Maintainers: please review this contributor before merging.
See the workflow run for full details.
Automated check powered by AGT.

@github-actions github-actions Bot added the needs-review:MEDIUM Contributor reputation check flagged MEDIUM risk label Jul 16, 2026
@github-actions

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 added the ready-for-review Submission passed intake validation and is ready for maintainer review label Jul 16, 2026
@github-actions

github-actions Bot commented Jul 16, 2026

Copy link
Copy Markdown
Contributor

⚠️ External plugin PR checks need maintainer follow-up

  • Changed entries detected: 1
  • Workflow state label: awaiting-review

Per-plugin quality summary

Plugin vally lint install smoke test version match overall source tree
gh-skills-builder pass pass infra_error infra_error 6ec77a69d7203e5df01fd4caa4745089f6930f5d

Gate output details

gh-skills-builder - vally lint (pass)

✅ create-github-skills-outline (3/3 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.
    ✓ [orphan-files] No orphan files found across 1 skill(s).
        ✓ orphan-files: No references/ directory found — no orphans possible.

1 skill(s) linted, 1 passed

✅ bootstrap-github-skills-exercise (3/3 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.
    ✓ [orphan-files] No orphan files found across 1 skill(s).
        ✓ orphan-files: No references/ directory found — no orphans possible.

1 skill(s) linted, 1 passed

✅ review-github-skills-exercise (3/3 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.
    ✓ [orphan-files] No orphan files found across 1 skill(s).
        ✓ orphan-files: No references/ directory found — no orphans possible.

1 skill(s) linted, 1 passed

✅ publish-github-skills-exercise (3/3 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.
    ✓ [orphan-files] No orphan files found across 1 skill(s).
        ✓ orphan-files: No references/ directory found — no orphans possible.

1 skill(s) linted, 1 passed
gh-skills-builder - install smoke test (pass)

Install smoke test succeeded. Verified /tmp/external-plugin-quality-Hxpzl3/copilot-home/.copilot/installed-plugins/external-plugin-intake/gh-skills-builder/.github/plugin/plugin.json.
gh-skills-builder - version match (infra_error)

- v1.0.4: Unable to read ".github/plugin/plugin.json" at "v1.0.4": fatal: invalid object name 'v1.0.4'.
- 6ec77a69d7203e5df01fd4caa4745089f6930f5d: matched version "1.0.4" at ".github/plugin/plugin.json".
  • gh-skills-builder: vally-lint=pass, install-smoke=pass, version-match=infra_error, overall=infra_error

Copilot AI 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.

Pull request overview

Updates the external gh-skills-builder plugin listing to release v1.0.4.

Changes:

  • Updates version, tag, and immutable commit SHA.
  • Regenerates marketplace metadata consistently.
Show a summary per file
File Description
plugins/external.json Updates the external plugin source metadata.
.github/plugin/marketplace.json Reflects the updated plugin in the generated marketplace.

Review details

  • Files reviewed: 2/2 changed files
  • Comments generated: 0
  • Review effort level: Medium

@arilivigni

Copy link
Copy Markdown
Contributor Author

@copilot rerun failed actions

@arilivigni
arilivigni requested a review from Copilot July 16, 2026 02:26
@arilivigni

Copy link
Copy Markdown
Contributor Author

@copilot rerun failed actions

Copilot AI 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.

Review details

  • Files reviewed: 2/2 changed files
  • Comments generated: 0 new
  • Review effort level: Medium

Copilot AI review requested due to automatic review settings July 16, 2026 02:40
@github-actions github-actions Bot added the awaiting-review Submission is waiting for automated intake validation label Jul 16, 2026
@github-actions github-actions Bot removed the ready-for-review Submission passed intake validation and is ready for maintainer review label Jul 16, 2026

Copilot AI 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.

Review details

  • Files reviewed: 2/2 changed files
  • Comments generated: 0 new
  • Review effort level: Medium

@aaronpowell
aaronpowell merged commit 26a89aa into github:main Jul 16, 2026
15 of 16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

awaiting-review Submission is waiting for automated intake validation external-plugin Public external plugin submission needs-review:MEDIUM Contributor reputation check flagged MEDIUM risk plugin PR touches plugins

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants