Skip to content

Commit 75fc1b8

Browse files
docs: Update script paths in PR review auditor guidelines
- Updated `.agents/skills/pr-review-auditor/SKILL.md` to use canonical script paths (`.agents/skills/pr-review-auditor/scripts/*`) for consistency. - Clarified script usage instructions under "Workflow" and "Resources." - Added guidance to avoid emitting fallback path chatter during execution. Assisted-by: Codex
1 parent acf93fb commit 75fc1b8

1 file changed

Lines changed: 12 additions & 7 deletions

File tree

  • .agents/skills/pr-review-auditor

.agents/skills/pr-review-auditor/SKILL.md

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,9 @@ policy precedence: `*GUIDELINES*.md` before `AGENTS.md`.
1313

1414
## Workflow
1515

16-
1. Collect context from the active branch. Run `scripts/collect_pr_context.sh`
17-
from repo root to detect:
16+
1. Collect context from the active branch. Run
17+
`.agents/skills/pr-review-auditor/scripts/collect_pr_context.sh` from repo
18+
root to detect:
1819

1920
- checked-out branch,
2021
- PR number and base branch (via `gh pr view`),
@@ -23,8 +24,9 @@ policy precedence: `*GUIDELINES*.md` before `AGENTS.md`.
2324
- changed files,
2425
- available policy files (`*GUIDELINES*.md`, `AGENTS.md`).
2526

26-
2. Inspect commits and patches in range. Run `scripts/review_range.sh` with the
27-
range from step 1. This prints:
27+
2. Inspect commits and patches in range. Run
28+
`.agents/skills/pr-review-auditor/scripts/review_range.sh` with the range
29+
from step 1. This prints:
2830

2931
- commits with full messages (`git log --format=fuller`),
3032
- per-commit changed files,
@@ -85,6 +87,8 @@ policy precedence: `*GUIDELINES*.md` before `AGENTS.md`.
8587
- Include a `Rule Coverage Matrix` section in Markdown.
8688
- Do not mark the review complete until every extracted rule has a status and
8789
evidence.
90+
- Do not emit internal script-path fallback chatter; run the canonical
91+
`.agents/skills/pr-review-auditor/scripts/*` paths directly.
8892
- Include a `Rule Extraction Summary` with:
8993
- total rules per source file,
9094
- per-heading rule counts,
@@ -108,8 +112,9 @@ Use this exact table shape:
108112

109113
## Resources
110114

111-
- `scripts/collect_pr_context.sh`: derive PR base/range and policy file
112-
inventory.
113-
- `scripts/review_range.sh`: print full commit messages and patches for a range.
115+
- `.agents/skills/pr-review-auditor/scripts/collect_pr_context.sh`: derive PR
116+
base/range and policy file inventory.
117+
- `.agents/skills/pr-review-auditor/scripts/review_range.sh`: print full commit
118+
messages and patches for a range.
114119
- `references/review-checklist.md`: compact review checklist and severity
115120
rubric.

0 commit comments

Comments
 (0)