Add skill to create web forms#690
Merged
aaronpowell merged 4 commits intogithub:mainfrom Feb 10, 2026
Merged
Conversation
Add skill to create web forms
Contributor
There was a problem hiding this comment.
Pull request overview
Adds a new create-web-form skill to the skills catalog, bundling a set of reference documents intended to guide Copilot in generating accessible, robust web forms and related backend/data-handling patterns.
Changes:
- Added the
create-web-formskill definition (SKILL.md) and a large set of bundled reference markdown files underskills/create-web-form/references/. - Updated
docs/README.skills.mdto register the new skill and enumerate its bundled reference assets.
Reviewed changes
Copilot reviewed 26 out of 26 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| skills/create-web-form/SKILL.md | Defines the new skill and lists included reference docs. |
| skills/create-web-form/references/accessibility.md | Accessibility reference material for web/forms. |
| skills/create-web-form/references/aria-form-role.md | ARIA form landmark role reference. |
| skills/create-web-form/references/css-styling.md | CSS styling reference used by the skill. |
| skills/create-web-form/references/form-basics.md | MDN-based overview of HTML form fundamentals. |
| skills/create-web-form/references/form-controls.md | Reference on form structure and controls. |
| skills/create-web-form/references/form-data-handling.md | Reference on form submission + validation concepts. |
| skills/create-web-form/references/html-form-elements.md | Reference on HTML form-related elements. |
| skills/create-web-form/references/html-form-example.md | Example-driven HTML form reference material. |
| skills/create-web-form/references/hypertext-transfer-protocol.md | HTTP reference material related to form submission/networking. |
| skills/create-web-form/references/javascript.md | JavaScript reference material for form behavior and related APIs. |
| skills/create-web-form/references/php-cookies.md | PHP cookie handling reference (used by backend examples). |
| skills/create-web-form/references/php-forms.md | PHP form handling/validation reference (used by backend examples). |
| skills/create-web-form/references/php-json.md | PHP JSON handling reference (used by backend examples). |
| skills/create-web-form/references/php-mysql-database.md | PHP+MySQL integration reference (used by backend examples). |
| skills/create-web-form/references/progressive-web-app.md | PWA reference material relevant to form apps. |
| skills/create-web-form/references/python-as-web-framework.md | Flask-centric Python web framework reference. |
| skills/create-web-form/references/python-contact-form.md | Python contact-form implementation reference. |
| skills/create-web-form/references/python-flask-app.md | Flask application structure and deployment reference. |
| skills/create-web-form/references/python-flask.md | Flask forms/WTForms reference. |
| skills/create-web-form/references/security.md | Web security reference material relevant to forms. |
| skills/create-web-form/references/styling-web-forms.md | MDN-based reference for styling native/custom form controls. |
| skills/create-web-form/references/web-api.md | Web API index-style reference. |
| skills/create-web-form/references/web-performance.md | Web performance reference relevant to form apps. |
| skills/create-web-form/references/xml.md | XML reference material (parsing/serialization/OpenSearch). |
| docs/README.skills.md | Registers the new skill in the docs index. |
aaronpowell
requested changes
Feb 10, 2026
Contributor
aaronpowell
left a comment
There was a problem hiding this comment.
Want to check the spelling mistakes that have been caught?
jhauga
commented
Feb 10, 2026
jhauga
commented
Feb 10, 2026
jhauga
commented
Feb 10, 2026
jhauga
commented
Feb 10, 2026
aaronpowell
approved these changes
Feb 10, 2026
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.
Add skill to create web forms
Pull Request Checklist
npm startand verified thatREADME.mdis up to date.Description
Skill for creating web form applications.
Test Summary
Prompted Copilot with:
Ctrl + click- to see support-repo for full test results.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.