Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Oct 26, 2025

The Claude workflow prompts didn't document that make and git commands are available, despite claude_args already restricting bash to Bash(make:*).

Changes

Both prompts now explicitly mention available commands:

Original prompt

This section details on the original issue you should resolve

<issue_title>Update Claude prompt for using make</issue_title>
<issue_description>We should update the Claude prompts so that they mention it not to run arbitrary bash commands but it can run make commands</issue_description>

Comments on the Issue (you are @copilot in this section)


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Oct 26, 2025

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch copilot/update-claude-prompt-make

Comment @coderabbitai help to get the list of available commands and usage tips.

Copilot AI changed the title [WIP] Update Claude prompt to clarify make commands usage Update Claude prompts to mention make commands Oct 26, 2025
Copilot AI requested a review from strawgate October 26, 2025 03:12
Copilot finished work on behalf of strawgate October 26, 2025 03:12
@strawgate
Copy link
Owner

@copilot it also technically can run git commands via bash too

Copy link
Contributor Author

Copilot AI commented Oct 26, 2025

@copilot it also technically can run git commands via bash too

Updated both prompts to mention git commands in addition to make commands. The prompts now include examples like git status, git log, and git diff for inspecting the repository. (3580066)

Copilot AI changed the title Update Claude prompts to mention make commands Update Claude prompts to mention make and git commands Oct 26, 2025
Copilot finished work on behalf of strawgate October 26, 2025 03:26
@strawgate strawgate marked this pull request as ready for review October 26, 2025 03:48
@strawgate strawgate merged commit c3fd11b into main Oct 26, 2025
1 check passed
@strawgate strawgate deleted the copilot/update-claude-prompt-make branch October 26, 2025 03:48
@sonarqubecloud
Copy link

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.

Update Claude prompt for using make

2 participants