pull-request
Installation
SKILL.md
Pull Request
Use this skill for the whole PR lifecycle, not only the moment of opening or merging.
Runtime Setup
For Basic Memory Python tooling, use the project environment first:
source .venv/bin/activate
After activation, run Python scripts as python .... For one-off commands where activation is awkward, prefer ./.venv/bin/python ... or the repo's uv run ... patterns. Do not fall back to system python, python3, or global packages just because a command is missing.
Flow
- Inspect the live artifact first.
- Use
gh pr view,gh issue view, linked review comments, CI status, and current branch state before deciding what to change. - If the user links a specific PR discussion, inspect that exact discussion before broad edits.
- Use