remember_from_pr_comment
Extract and store learnings from Bitbucket pull request comments. Categorize by type like coding style or testing, and optionally apply across all repos in a workspace.
Instructions
Extract and store a learning from a PR comment.
Use this when you identify a standard or pattern in a PR comment that should be remembered for future reference.
Args: repository: Repository where the PR comment was found pr_id: PR ID where the comment was found comment_content: The original comment content (for reference) learning: The extracted learning/standard to remember category: Category - pipeline, testing, coding_style, tools, workflow, general tags: Comma-separated tags workspace: Workspace (uses default if not specified) apply_to_all_repos: If True, applies to all repos in workspace; if False, only this repo
Returns: Confirmation with the created memory
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | ||
| pr_id | Yes | ||
| category | No | general | |
| learning | Yes | ||
| workspace | No | ||
| repository | Yes | ||
| comment_content | Yes | ||
| apply_to_all_repos | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |