General
PromptBeginner5 minmarkdown
Untitled Skill
193
Review peqy bot comments on a PR and assess their validity against the codebase
Loading actions...
Main instructions and any bundled files for this skill.
TypeScript and ESLint rules that MUST be followed when creating, modifying, or reviewing any file under apps/frontend/, including .ts, .tsx, .js, and .jsx files. Also apply when discussing frontend li...
risks
Review the comments left by peqy[bot] on a pull request and assess whether each comment is valid, actionable, and consistent with the codebase's existing patterns.
Determine the PR number:
$ARGUMENTS is provided, use it as the PR numbergh pr view --json numberFetch all review comments from peqy using:
gh api repos/rhesis-ai/rhesis/pulls/{PR_NUMBER}/comments
Filter to comments from peqy[bot].
For each comment:
Present a summary table:
| # | Comment | File | Verdict | Reasoning |
|---|
For comments classified as Valid, ask the user if they want them applied.