meegle-api-comments

Manage comments on Meegle work items via OpenAPI.

1|Updated Feb 17, 2026
One-click install
npx skills add https://github.com/pkycy/meegle-api-skill --skill meegle-api-comments
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: meegle-api-comments
Source: https://github.com/pkycy/meegle-api-skill/tree/main/meegle-api-comments
Command: npx skills add https://github.com/pkycy/meegle-api-skill --skill meegle-api-comments

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines the process of interacting with comments on Meegle work items, allowing for automated creation, retrieval, updating, and deletion of comments.

Core Features & Use Cases

  • Add Comments: Post new comments (plain text or rich text) to work items.
  • Search Comments: Retrieve all comments associated with a specific work item.
  • Update Comments: Modify existing comments (only by the creator).
  • Delete Comments: Remove comments (only by the creator, API-only).
  • Use Case: Automatically add a status update comment to a work item when a related task is completed, or retrieve all feedback comments on a bug report for review.

Quick Start

Use the meegle-api-comments skill to add a comment with the text 'This task is now complete.' to work item with ID '12345' in project 'abcde' for work item type 'story'.

Frequently Asked Questions about meegle-api-comments

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate adding comments to Meegle work items via API?

To automate adding comments to Meegle work items, you can use the Meegle OpenAPI to programmatically post new comments. This requires authentication via a plugin access token and user key, along with specific path parameters for the project, work item type, and work item ID.

Can I retrieve all comments associated with a specific Meegle work item?

Yes, you can retrieve all comments associated with a specific Meegle work item by using the search functionality provided by the Meegle OpenAPI. This allows you to pull all feedback and status updates attached to a particular task or bug report for review.

Does the Meegle API support rich text formatting for work item comments?

Yes, the Meegle API supports both plain text and rich text formats when creating or updating work item comments. You can programmatically post formatted status updates and feedback to work items using the appropriate API calls.

What are the limitations when updating or deleting Meegle comments programmatically?

The main limitation when updating or deleting Meegle comments is that these actions can only be performed by the original creator of the comment. Additionally, deleting comments via the Meegle OpenAPI is strictly an API-only operation.

What authentication is required to manage work item comments via the Meegle OpenAPI?

Managing work item comments via the Meegle OpenAPI requires authentication using a plugin access token and a user key. You must also provide specific path parameters including the project ID, work item type, and work item ID to execute comment operations.