pingcode-skill

Automate PingCode project, work item, and member operations via CLI.

Updated Mar 13, 2026
One-click install
npx skills add https://github.com/hisuL/ProjectSkill --skill pingcode-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pingcode-skill
Source: https://github.com/hisuL/ProjectSkill/tree/main/pingcode-skill
Command: npx skills add https://github.com/hisuL/ProjectSkill --skill pingcode-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill streamlines interactions with PingCode, allowing users to manage projects, work items, and members directly from Codex without needing to switch contexts or use the PingCode web interface.

Core Features & Use Cases

  • Project Management: List, create, and manage PingCode projects.
  • Work Item Operations: Create, read, update, and break down work items (tasks, stories, bugs, etc.).
  • Member Management: View, add, update, and remove project members.
  • Use Case: A user can ask Codex to "Create a new task in the 'ProjectX' project titled 'Implement user authentication' with description 'Develop secure login and registration functionality'," and the Skill will handle the PingCode API interaction.

Quick Start

Use the pingcode-skill to list all projects in PingCode.

Frequently Asked Questions about pingcode-skill

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

FAQPage Schema
How do I manage PingCode work items without leaving my development environment?

You can manage PingCode work items directly via a CLI interface to create, read, update, and break down tasks, stories, and bugs without switching to the web UI.

How do I create and update PingCode projects using API integration?

PingCode project management is automated through API integration, allowing you to list, create, and update projects by passing environment variables for authentication.

What authentication do I need to automate PingCode task management?

Task management automation requires setting environment variables for authentication, specifically PINGCODE_ACCESS_TOKEN or PINGCODE_CLIENT_ID and PINGCODE_CLIENT_SECRET.

Can I break down user stories into subtasks within PingCode?

Yes, you can break down user stories into subtasks. The skill automates work item operations to decompose stories into manageable subtasks directly through the CLI.

How do I add or remove project members in PingCode programmatically?

Member management is handled programmatically by sending API requests to view, add, update, or remove project members within your specified PingCode projects.

Does this tool support listing all available PingCode projects?

Yes, the tool supports listing projects. You can retrieve a full list of your available PingCode projects to identify target IDs for further work item operations.