Add gravity-forms-abilities skill - #2
Merged
Conversation
Add the first real skill — workflow guidance for AI agents using Gravity Forms abilities via the WordPress Abilities API (MCP). Replaces the placeholder-skill framework fixture.
There was a problem hiding this comment.
Pull request overview
Adds the first production-ready skill (gravity-forms-abilities) to guide AI agents using Gravity Forms’ MCP/Abilities API, removes the previous placeholder validation fixture, and updates repository documentation to reflect the new installation/skill listing.
Changes:
- Added the
gravity-forms-abilitiesskill with detailed workflows, pitfalls, and supporting references. - Removed the
placeholder-skillfixture content fromskills/. - Updated README installation guidance and documented the available skill.
Reviewed changes
Copilot reviewed 7 out of 7 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
| skills/placeholder-skill/SKILL.md | Removed placeholder skill content. |
| skills/placeholder-skill/references/README.md | Removed placeholder packaging-validation reference content. |
| skills/gravity-forms-abilities/SKILL.md | Added the main Gravity Forms MCP abilities skill guide (workflows/pitfalls). |
| skills/gravity-forms-abilities/references/field-config.md | Added field configuration reference (compound fields, type-specific config, layout grid). |
| skills/gravity-forms-abilities/references/entry-operations.md | Added entry submission/search/delete/notification resend reference. |
| skills/gravity-forms-abilities/references/conditional-logic.md | Added conditional-logic structure and workflows reference. |
| README.md | Updated installation instructions and added the new skill listing/description. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
- Use dot-notation as canonical sub-input key format (input_5.3), clarify underscore format is time-field-specific only - Remove speculative 'planned for WP 6.9+' reference, state current fact - Replace dangling 'limitation #5' reference with inline explanation
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.
Summary
gravity-forms-abilitiesas the first real skill — workflow guidance for AI agents using Gravity Forms abilities via the WordPress Abilities API (MCP)placeholder-skillframework validation fixtureCloses gravityforms/backlog#7490