Align image-processing skill with multi-format convert CLI#235
Merged
Conversation
- Update the image-processing skill and references for convert --in and png/webp/jpg outputs. - Add README index text and response-template details for summary and report artifacts. - Expand regression coverage for raster inputs, dry-run, summary.json, and svg output validation.
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.
Align image-processing skill with multi-format convert CLI
Summary
Refresh the
image-processingskill, reference docs, README index text, and regression tests so this repo matches the current multi-formatimage-processingCLI surface introduced upstream. The update removes stale SVG-only and ImageMagick-era guidance, aligns the skill withconvert --in,png|webp|jpgoutputs, and adds direct verification coverage for runtime behaviors that the skill now documents.Changes
skills/tools/media/image-processing/SKILL.mdand reference docs to matchconvert --in, accepted input formats, jpg output behavior, and current JSON/report artifacts.skills/tools/media/image-processing/tests/test_tools_media_image_processing.pywith raster-input,.jpeg,summary.json,--dry-run, removed-subcommand, and.svgoutput-extension coverage.Testing
scripts/test.sh skills/tools/media/image-processing/tests/test_tools_media_image_processing.py(pass)scripts/check.sh --all(pass)Risk / Notes
image-processing 0.6.8CLI/runtime behavior as the source of truth for skill guidance.deliver-feature-prpreflight flagged cross-domain scope because the change touches both the repo README andskills/tools/...; delivery continued with explicit user-confirmed scope.