← ClaudeAtlas

pr-reviewlisted

A skill that reviews pull requests description, Use when create a pull request, writting a pull request and when user ask to summirize changes for a pull request. Provides feedback on code quality, style, and potential issues.
aakashmurnal/AI_QA · ★ 0 · Code & Development · score 49
Install: claude install-skill aakashmurnal/AI_QA
## When writiing a PR description - Run `git diff main` to sell all changes on this branch. - Write a description following this format: ## What - One or two sentences explaatining what this PR dose. - Avoid technical details, focus on the high-level purpose and impact of the change. - Use clear and concise language to ensure the description is easily understandable by all reviewers, regardless of their familiarity with the codebase. - If applicable, mention any relevant features, bug fixes, or improvements that this PR addresses. - If the PR is related to a specific issue, include a reference to that issue (e.g., "Fixes #123"). ## Why - Brief context on why this chnage is needed. - Explain the problem or motivation behind the change. - Highlight any benefits or improvements that this PR brings to the project. ## Changes - Bullet points of specific changes made in this PR. - Group related changes together for clarity. - Mention any files deleted or renamed as well. ## Testing - How to verify this works. Include specific command if relevant. - Keep description concise. Focus on what a reviewer needs to know. - If there are any special testing instructions or edge cases to consider, mention them here. - If applicable, include information about any new tests added or existing tests modified as part of this PR. ## Additional Notes - Any other relevant information, such as related issues, dependencies, or potential impacts. - Avoid including implementation details that are