スキル一覧に戻る
sonhanguyen

project-management

by sonhanguyen

Self-hosted mcphubx.com

0🍴 0📅 2025年11月14日
GitHubで見るManusで実行

SKILL.md


name: project-management description: Manage GitHub Projects V2 including listing projects, adding items, updating statuses, and managing custom fields. groups: [copilot]

GitHub Projects Management

Comprehensive project management using GitHub Projects V2 APIs.

When to Use This Skill

Use when users:

  • Want to add issues or PRs to project boards
  • Need to update item statuses or custom fields
  • Request project board information
  • Ask to organize or track work items
  • Want to see project progress
  • Need to manage sprint planning

Instructions

When managing GitHub Projects:

  1. List Available Projects:

    Use list_projects to see all projects
    
  2. View Project Details:

    Use get_project to view project configuration
    Use list_project_fields to see available custom fields
    Use list_project_items to see current items
    
  3. Add Items to Projects:

    Use add_project_item with issue or PR URL
    
  4. Update Item Fields:

    Use update_project_item to change:
    - Status (e.g., "In Progress", "Done")
    - Priority
    - Sprint assignment
    - Custom field values
    
  5. Track Progress:

    Use get_project_item for detailed item info
    Filter and summarize project status
    

Available Tools

  • list_projects - See all projects in a repository
  • get_project - Get detailed project information
  • list_project_fields - View available custom fields
  • list_project_items - List all items in a project
  • get_project_item - Get details for a specific item
  • add_project_item - Add issue/PR to project
  • update_project_item - Update item fields and status
  • delete_project_item - Remove item from project

スコア

総合スコア

40/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

レビュー

💬

レビュー機能は近日公開予定です