Open
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Adds a new html-designer skill to the skills catalog, providing reference material and example HTML templates intended to guide Copilot toward accessible, design-forward HTML/CSS output.
Changes:
- Introduces
skills/html-designer/SKILL.mddefining the new skill’s scope, guidance, and included materials. - Adds design reference docs (graphic design, glossary, UI/UX, web design) under
skills/html-designer/references/. - Adds five example HTML templates under
skills/html-designer/assets/and registers the new skill indocs/README.skills.md.
Reviewed changes
Copilot reviewed 11 out of 11 changed files in this pull request and generated 7 comments.
Show a summary per file
| File | Description |
|---|---|
| skills/html-designer/SKILL.md | Defines the new skill and documents included references/templates. |
| skills/html-designer/references/web-design.md | Web design principles reference for the skill. |
| skills/html-designer/references/ui-ux.md | UI/UX best practices reference with code examples. |
| skills/html-designer/references/graphic-design.md | Graphic design principles reference. |
| skills/html-designer/references/glossary.md | Glossary of design terms for consistent language. |
| skills/html-designer/assets/designer-portfolio-showcase.html | Example portfolio template demonstrating hierarchy/balance. |
| skills/html-designer/assets/design-studio-grid.html | Example agency template demonstrating grid/alignment. |
| skills/html-designer/assets/typography-showcase.html | Example editorial template demonstrating typography/readability. |
| skills/html-designer/assets/color-palette-showcase.html | Example palette/theory template demonstrating color usage. |
| skills/html-designer/assets/minimalist-services.html | Example minimalist services template demonstrating whitespace. |
| docs/README.skills.md | Adds the html-designer entry to the skills index. |
jhauga
commented
Mar 10, 2026
jhauga
commented
Mar 10, 2026
jhauga
commented
Mar 10, 2026
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
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.
Pull Request Checklist
npm startand verified thatREADME.mdis up to date.Description
For full test results see support-repo
<link href="favicon.png" rel="icon">Prompt
Results
Good and took like 5 to 10 seconds.
Type of Contribution
By submitting this pull request, I confirm that my contribution abides by the Code of Conduct and will be licensed under the MIT License.