Open
Conversation
Contributor
🔍 Skill Validator Results
Summary
Full validator output```text Found 1 skill(s) [adobe-illustrator-scripting] 📊 adobe-illustrator-scripting: 5,832 BPE tokens [chars/4: 5,794] (comprehensive ✗), 64 sections, 26 code blocks [adobe-illustrator-scripting] ⚠ Skill is 5,832 BPE tokens (chars/4 estimate: 5,794) — "comprehensive" skills hurt performance by 2.9pp on average. Consider splitting into 2–3 focused skills. [adobe-illustrator-scripting] ⚠ No numbered workflow steps — agents follow sequenced procedures more reliably. ✅ All checks passed (1 skill(s)) ``` |
Contributor
There was a problem hiding this comment.
Pull request overview
Adds a new Agent Skill for Adobe Illustrator ExtendScript/JSX automation, including bundled reference material and example scripts to support Illustrator scripting workflows in this repo’s skills/ catalog.
Changes:
- Added
skills/adobe-illustrator-scripting/SKILL.mdwith extended Illustrator scripting guidance. - Added bundled assets: a DOM quick reference and three runnable
.jsxexample scripts. - Registered the new skill in
docs/README.skills.md(including bundled assets list).
Reviewed changes
Copilot reviewed 6 out of 6 changed files in this pull request and generated 4 comments.
Show a summary per file
| File | Description |
|---|---|
| skills/adobe-illustrator-scripting/SKILL.md | New skill definition and full skill instructions/content. |
| skills/adobe-illustrator-scripting/references/object-model-quick-reference.md | Added quick reference for Illustrator DOM hierarchy/constants. |
| skills/adobe-illustrator-scripting/scripts/find-replace-text.jsx | Example script: find/replace across document text frames. |
| skills/adobe-illustrator-scripting/scripts/create-color-grid.jsx | Example script: generate a colored rectangle grid in a new document. |
| skills/adobe-illustrator-scripting/scripts/batch-export-png.jsx | Example script: export all open documents to PNG24 in a chosen folder. |
| docs/README.skills.md | Added the new skill to the skills index table with bundled assets listed. |
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.stagedbranch for this pull request.Description
For full test results
ctrl + clicksupport-repo.Prompt
Initial Prompt
Post Prompts
All post prompts were essentially:
Results
It worked. I can't exactly illustrate with an Illustrator file, but the
script helped me size the images for the insturctions included in
file.md,of the support repo.
Good because - apart from making the Illustrator scripting skill and script,
this would have taken me like 5 to 10 minutes to do. Now it is done in
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.