• 1 min read
Coding Assistant With N8N and GitHub
From PR to Issues and Suggestions get some help before every Pull Request
This video will show some practical ways to use a Pull Request from Github to then trigger Issues on that PR. This can help you from forgetting all those details like SEO or RLS as well as do Browser Use based QA!
main workflow will show you the building blocks to this entire ystem
tool-security.json - will show you a tool for a security workflow
tool-seo.json - will show you a tool for seo workflow
You can get to the Gist below
Frequently asked questions
- How can I get automated help reviewing my pull requests?
- Trigger an n8n workflow from a GitHub pull request that opens issues on that PR — catching the things you forget, like SEO or row-level security, and even running browser-based QA before you merge.
- What kinds of checks can this PR workflow run?
- Whatever you build as tools. The post includes a security workflow and an SEO workflow as examples, plus browser-use QA. Each one is a building block you can mix into the main workflow.
- Do I have to build this from scratch?
- No. There is a shared Gist with the main workflow and the example tools for security and SEO, so you can start from a working template and adapt it to your repo.