get_persona
Retrieve the code reviewer persona for verification before running a review. Use a custom file or default settings.
Instructions
Get the code reviewer persona that will be used for reviews.
Use this to view or verify the persona before running a review.
Args: persona_file: Path to a custom reviewer persona markdown file. Example: "notebooks/code_reviewer_persona.md" If not provided, uses the default persona. working_directory: Working directory (defaults to current directory).
Returns: The full persona content that will be used for code reviews.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| persona_file | No | ||
| working_directory | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |