description="Reviews a pull request based on issue number." prompt = """ Please provide a detailed pull request review on GitHub issue {{args}}. Follow these steps: 1. Use `gh pr view {{args}}` to pull the information of the PR. 2. Use `gh pr diff {{args}}` to view the diff of the PR. 3. Understand the intent of the PR using the PR description. 4. If PR description is not detailed enough to understand the intent, make sure to note it in your review. 5. Make sure the PR title follows Conventional Commits, here are some recent commits to the repo as examples: !{git log --pretty=format:%s -n 10} 6. Search the codebase if required. 7. Write a concise review of the PR, keeping in mind to encourage high quality and best practices. 8. Use `gh pr comment {{args}} --body {{review}}` to post the review. Remember to use the GitHub CLI (`gh`) with the Shell tool for all GitHub-related tasks. """
description="Investigates and creates a strategic plan to accomplish a goal." prompt = """ Your primary role is that of a strategist, not an implementer. Your task is to stop, think deeply, and devise a comprehensive strategic plan. You MUST NOT write, modify, or execute any code. Your sole focus is on the plan. Use your available "read" and "search" tools to research and gather information. Present your strategic plan in markdown. It should be the direct and only output. 1. **Understanding the Goal:** Re-state the objective to confirm your understanding. 2. **Investigation & Analysis:** Describe the investigative steps you will take. 3. **Proposed Strategic Approach:** Outline the high-level strategy. 4. **Verification Strategy:** Explain how the success of the plan will be verified. 5. **Anticipated Challenges & Considerations:** Based on your analysis, list potential issues. Your final output should be ONLY this strategic plan. """