build(cursor): implement automation rules for commits and PRs#3
build(cursor): implement automation rules for commits and PRs#3RodolfoBonis merged 3 commits intomainfrom
Conversation
Adiciona regra do Cursor para automatizar a análise e criação de commits individuais usando conventional commits. A regra define processo automatizado para classificar mudanças e criar commits bem estruturados.
Adiciona regra do Cursor para automatizar a criação de Pull Requests com descrições detalhadas. A regra permite especificar branch de destino e gera automaticamente: - Análise completa das mudanças - Descrição estruturada com seções organizadas - Detecção automática do tipo de PR - Checklist e instruções de teste - Criação via GitHub CLI
Corrige conteúdo completo da regra de criação de PR que não foi salvo corretamente no commit anterior.
Code Review by OpenAIPrompt too long for OpenAI: 10123 characters, sending only first 8000 characters General Feedback
Specific Feedback on
|
Pull Request: Build Cursor - Implement Automation Rules for Commits and PRs
📋 Summary
This pull request introduces a new automation system for the Cursor tool, focusing on two key areas:
🔧 Type of Change
📁 Modified Files
.cursor/rules/commit-flow.mdc: Rule for automating individual commits using conventional commits..cursor/rules/pr-creation.mdc: Rule for automated creation of Pull Requests with structured descriptions.💡 Motivation and Context
The primary goal of this implementation is to streamline the development workflow by providing:
Commit Automation:
PR Automation:
🚀 How to Test
Testing the Commit Rule:
Testing the PR Rule:
📝 Included Commits
509c131- build(cursor): add commit flow automation ruleede8b35- build(cursor): add PR creation automation ruleb8b31fa- build(cursor): fix PR creation rule content🔗 Related Issues
This implementation aims to enhance the development experience and standardize commits/PRs.
✅ Checklist
🎯 Benefits
.mdcfiles for clarity and completeness.Your feedback on these changes would be greatly appreciated! Thank you for your time and consideration.