<h1 align="center">
<a href="https://prompts.chat">
Review peqy bot comments on a PR and assess their validity against the codebase
Loading actions...
<a href="https://prompts.chat">
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 linting, type safety, or ESLint configuration.
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.