Skip to content

Conversation

@tmelliottjr
Copy link
Contributor

@tmelliottjr tmelliottjr commented Oct 24, 2025

This pull request consolidates and modernizes the GitHub Projects V2 tooling by replacing multiple granular project operations with two unified tools: project_read for all read operations and project_write for all write operations. These changes simplify both the codebase and the user interface for interacting with GitHub Projects, making the API surface more consistent and easier to use.

Toolset refactor and consolidation:

  • Replaces individual project read tools (list_projects, get_project, list_project_fields, etc.) with a single ProjectRead tool in the DefaultToolsetGroup function within pkg/github/tools.go.
  • Replaces individual project write tools (add_project_item, delete_project_item, update_project_item) with a single ProjectWrite tool in the same function.

@tmelliottjr tmelliottjr requested a review from a team as a code owner October 24, 2025 20:29
Copilot AI review requested due to automatic review settings October 24, 2025 20:29
@tmelliottjr tmelliottjr changed the title prompt updates projects: prompt updates Oct 24, 2025
@tmelliottjr tmelliottjr requested a review from JoannaaKL October 24, 2025 20:29
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 PR modernizes the project management prompt documentation by updating tool references and improving query examples. The changes reflect current API conventions, replacing deprecated tool names with their modern equivalents and enhancing filtering examples.

Key changes:

  • Updated tool references from get_issue/list_comments/list_issue_events to issue_read and pull_request_read with method parameters
  • Enhanced query filtering examples to demonstrate combining multiple filters
  • Clarified the distinction between issue and pull request operations with method-specific documentation

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@tmelliottjr tmelliottjr marked this pull request as draft October 28, 2025 19:29
@tmelliottjr tmelliottjr force-pushed the tmelliottjr/update-project-prompts branch from 47f0ece to e3cfbff Compare October 29, 2025 21:14
@tmelliottjr tmelliottjr marked this pull request as ready for review October 29, 2025 21:43
@tmelliottjr tmelliottjr changed the title projects: prompt updates projects: tool consolidation and prompt updates Oct 29, 2025
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.

2 participants