Skip to content

Conversation

@jamesmontemagno
Copy link
Contributor

@jamesmontemagno jamesmontemagno commented Dec 19, 2025

Pull Request Checklist

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

Description


Type of Contribution

  • New instruction file.
  • New prompt file.
  • New chat mode file.
  • New collection file.
  • Update to existing instruction, prompt, chat mode, or collection.
  • Other (please specify):

Additional Notes


By submitting this pull request, I confirm that my contribution abides by the Code of Conduct and will be licensed under the MIT License.

Copilot AI review requested due to automatic review settings December 19, 2025 21:14
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

This pull request adds a new Agent Skill for image manipulation using ImageMagick. The skill provides comprehensive cross-platform instructions for processing images on Windows (PowerShell), Linux, and macOS (Bash).

Key Changes:

  • Adds image-manipulation-image-magick skill with detailed SKILL.md documentation
  • Includes examples for resizing, format conversion, batch processing, and metadata retrieval
  • Provides platform-specific patterns and guidelines for both PowerShell and Bash

@@ -0,0 +1,252 @@
---
name: image-manipulation
Copy link

Copilot AI Dec 19, 2025

Choose a reason for hiding this comment

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

The name field value should match the folder name. The folder is named image-manipulation-image-magick, but the name field is set to image-manipulation. Update the name field to image-manipulation-image-magick to match the folder name.

Copilot generated this review using guidance from repository custom instructions.
@@ -0,0 +1,252 @@
---
name: image-manipulation
description: Process and manipulate images using ImageMagick. Supports resizing, format conversion, batch processing, and retrieving image metadata. Use when working with images, creating thumbnails, resizing wallpapers, or performing batch image operations.
Copy link

Copilot AI Dec 19, 2025

Choose a reason for hiding this comment

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

The description field value must be wrapped in single quotes. Update the description to be enclosed in single quotes.

Copilot generated this review using guidance from repository custom instructions.
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.

1 participant