docs: add Maya plugin e2e skill - #4
Open
BramVR wants to merge 2 commits into
Open
Conversation
There was a problem hiding this comment.
Pull request overview
Adds a new maya-plugin-e2e skill under skills/ to standardize real Maya plugin UI/e2e proof runs (artifact verification, trusted staging, evidence capture, popup diagnosis, and closeout proof), plus UI metadata so the skill is discoverable/usable via the agent interface.
Changes:
- Introduces the
maya-plugin-e2eskill documentation/workflow with explicit proof and failure-classification guidance. - Adds
agents/openai.yamlmetadata (display name, short description, default prompt) for the skill.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| skills/maya-plugin-e2e/SKILL.md | New skill document defining the Maya plugin UI/e2e proof workflow, evidence requirements, and failure triage. |
| skills/maya-plugin-e2e/agents/openai.yaml | Adds OpenAI agent UI metadata and the default prompt hook for invoking the skill. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| ```bash | ||
| maya-stall status | ||
| python3 - <<'PY' | ||
| import json, pathlib, zipfile, hashlib |
|
|
||
| ```bash | ||
| python3 - <<'PY' | ||
| import json, pathlib |
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
maya-plugin-e2eCodex skill for real Maya plugin UI/e2e proof.agents/openai.yaml.Issue #3 coverage
Untrusted Plugin Loadingtreated as trusted-staging/config failure, not accepted proof.Proof
ruby -e 'require "yaml"; ...'frontmatter parse:frontmatter_ok: maya-plugin-e2e.ruby -e 'require "yaml"; ...'metadata parse:openai_yaml_ok: Maya Plugin E2E.sed -n '1,260p' skills/maya-plugin-e2e/SKILL.mdread full 146-line skill.git diff --check origin/main codex/issue-3-maya-plugin-e2e-skillclean.skills/maya-plugin-e2e/SKILL.mdandskills/maya-plugin-e2e/agents/openai.yaml.Real gate: not required; this is documentation/workflow capture for repeatable real Maya plugin proof.
Closes #3.