Skip to content

Conversation

@jhauga
Copy link
Contributor

@jhauga jhauga commented Feb 10, 2026

Add skill to create web forms

Pull Request Checklist

  • I have read and followed the CONTRIBUTING.md guidelines.
  • My contribution adds a new instruction, prompt, agent, or skill 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, or skill with GitHub Copilot.
  • I have run npm start and verified that README.md is up to date.

Description

Skill for creating web form applications.

Test Summary

Prompted Copilot with:

  • Claude Agent (wow):
  • Prompts: 1

Ctrl + click - to see support-repo for full test results.

Using your #file:SKILL.md of making web forms, create a stylish web from that
will be hosted on GitHub, so - no server side functionality. But with your skill
you have the ablility to demonstrate several possiblilites for handling the form
submission, and do so by applying clever javasscript when the form is submitted.
Create a cliche form with several `input type="text"`, `input type="number"`,
two `input type="checkbox"`, one `input type="radio"`, one `optgroup` with
`option` tags, and one `textarea`. Use the `label` tag accordingly, and make
three form fields required for submission. Completely redo #file:index.html with
the demo form.

Type of Contribution

  • New instruction file.
  • New prompt file.
  • New agent file.
  • New collection file.
  • New skill file.
  • Update to existing instruction, prompt, agent, collection or skill.
  • 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.

Add skill to create web forms
Copilot AI review requested due to automatic review settings February 10, 2026 00:29
Copy link
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 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-form skill definition (SKILL.md) and a large set of bundled reference markdown files under skills/create-web-form/references/.
  • Updated docs/README.skills.md to 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.

Copy link
Contributor

@aaronpowell aaronpowell left a comment

Choose a reason for hiding this comment

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

Want to check the spelling mistakes that have been caught?

@jhauga jhauga marked this pull request as draft February 10, 2026 01:26
@jhauga jhauga marked this pull request as ready for review February 10, 2026 02:27
@jhauga jhauga requested a review from aaronpowell February 10, 2026 02:28
@aaronpowell aaronpowell merged commit 7aff2ee into github:main Feb 10, 2026
3 checks passed
@jhauga jhauga deleted the create-web-form branch February 10, 2026 20:24
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