ideabrowser.com — find trending startup ideas with real demand
Try itnpx skills add https://github.com/aj-geddes/useful-ai-prompts --skill code-review-analysisSystematic code review process covering code quality, security, performance, maintainability, and best practices following industry standards.
Minimal working example:
# Check the changes
git diff main...feature-branch
# Review file changes
git diff --stat main...feature-branch
# Check commit history
git log main...feature-branch --oneline
Detailed implementations in the references/ directory:
| Guide | Contents |
|---|---|
| Initial Assessment | Initial Assessment |
| Code Quality Analysis | Code Quality Analysis |
| Security Review | Security Review |
| Performance Review | Performance Review |
| Testing Review | Testing Review |
| Best Practices | Best Practices |