Skip to content

new plugin cms-development#1591

Open
jhauga wants to merge 2 commits intogithub:stagedfrom
jhauga:plugin-cms-development
Open

new plugin cms-development#1591
jhauga wants to merge 2 commits intogithub:stagedfrom
jhauga:plugin-cms-development

Conversation

@jhauga
Copy link
Copy Markdown
Contributor

@jhauga jhauga commented May 2, 2026

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, or workflow 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, or workflow with GitHub Copilot.
  • I have run npm start and verified that README.md is up to date.
  • I am targeting the staged branch for this pull request.

Description

For full test results ctrl + click support-repo.

  • Agent: Copilot CLI
  • Model: GPT-5.4
  • Number of Prompts: 1
  • Post Edits: none

Prompt

# after running `copilot --plugin-dir .GitHub/plugins/cms-development` and installing
Create a light-weight Content Management System that can be used to test
Wordpress themes being developed. The final tool should be able to deploy in
GitHub Pages via an action, so - we also need to create a workflow that will
deploy the site to a GitHub Pages environment. Lastly we need a basic theme to
work on for this application.

Results

  • Added a lightweight static CMS under site/ with browser-side editing for site settings, pages, posts, and theme tokens.
  • Added a starter theme under site/themes/starter/ so layout and styling changes stay separate from CMS runtime code.
  • Added deploy-pages.yml to publish the site/ directory to GitHub Pages.
  • Content is intentionally stored in browser localStorage with JSON import/export because GitHub Pages cannot run a writable WordPress backend.

Type of Contribution

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

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 review requested due to automatic review settings May 2, 2026 06:19
@jhauga jhauga requested a review from aaronpowell as a code owner May 2, 2026 06:19
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 2, 2026

🔍 Skill Validator Results

⚠️ Warnings or advisories found

Scope Checked
Skills 1
Agents 1
Total 2
Severity Count
--- ---:
❌ Errors 0
⚠️ Warnings 1
ℹ️ Advisories 0

Summary

Level Finding
ℹ️ Found 1 skill(s)
ℹ️ [content-management-systems] 📊 content-management-systems: 1,040 BPE tokens [chars/4: 1,324] (detailed ✓), 13 sections, 0 code blocks
ℹ️ [content-management-systems] ⚠ No code blocks — agents perform better with concrete snippets and commands.
ℹ️ ✅ All checks passed (1 skill(s))
Full validator output ```text Found 1 skill(s) [content-management-systems] 📊 content-management-systems: 1,040 BPE tokens [chars/4: 1,324] (detailed ✓), 13 sections, 0 code blocks [content-management-systems] ⚠ No code blocks — agents perform better with concrete snippets and commands. ✅ All checks passed (1 skill(s)) ```

Copy link
Copy Markdown
Contributor

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

Adds a new “cms-development” plugin entry to the Awesome Copilot ecosystem and introduces a new content-management-systems skill with supporting reference material.

Changes:

  • Added new content-management-systems skill and a platform workflow reference document.
  • Added cms-development plugin README and registered the new skill in docs/README.skills.md.
  • Registered the plugin in docs/README.plugins.md and added a marketplace entry.

Reviewed changes

Copilot reviewed 6 out of 6 changed files in this pull request and generated 4 comments.

Show a summary per file
File Description
skills/content-management-systems/SKILL.md Introduces the new CMS-focused skill and its workflow guidance.
skills/content-management-systems/references/cms-platform-workflows.md Adds a compact reference mapping CMS platforms to extension/media conventions.
plugins/cms-development/README.md Documents the new plugin and the skills it intends to bundle.
docs/README.skills.md Registers the new content-management-systems skill in the skills index.
docs/README.plugins.md Registers the new cms-development plugin in the plugins index.
.github/plugin/marketplace.json Adds a marketplace entry for cms-development.

Comment thread plugins/cms-development/README.md
Comment thread plugins/cms-development/README.md
Comment thread docs/README.plugins.md
Comment thread .github/plugin/marketplace.json
@jhauga jhauga marked this pull request as draft May 2, 2026 06:28
Copy link
Copy Markdown
Contributor

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

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

Comment thread plugins/cms-development/README.md
@jhauga jhauga marked this pull request as ready for review May 2, 2026 07:05
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