Setup
Open Customization → Connectors and click Connect on the GitHub card. GitHub’s OAuth flow opens. Choose repository scope: specific repositories or all repositories you have access to. Either is fine, and you can change the set later from your GitHub settings without reconnecting. Permissions:- Read repositories — to browse code, answer architecture questions, review PRs.
- Read/write issues and PRs — to file issues, open PRs, leave comments. Always with your approval.
Prompts that work well
Reading the code:“Show me how authentication works in this repo.”
“What’s the architecture of the backend?”
“Where are the database models defined?”PR review:
“Review the open PR from Sarah. Security, edge cases, tests.”
“Summarise what changed in PR #42.”
“Which open PRs are safe to merge?”Bug hunting:
“Users report password reset emails aren’t arriving. Find the bug.”
“Tests are failing on main. What broke?”Writing code:
“Add pagination to /users. Same pattern as /products.”
“Write a database migration to add a ‘role’ column to users.”
“Write unit tests for the payment processing service.”Issues:
“List the open issues on fluso-frontend.”
“Create an issue for the login bug.”
“What issues are assigned to me this sprint?”
A small thing that makes generated code much better
Drop acontext.md into your project’s workspace describing your stack, conventions, and preferences. Fluso reads it and follows.
Disconnecting
In Customization → Connectors, click Disconnect on the GitHub card. Tokens are deleted immediately. You can also revoke from GitHub → Settings → Applications.Troubleshooting
A private repo isn't visible
A private repo isn't visible
Rerun authorisation and add the repo to the allowlist, or grant access to all repositories.
Organisation repos aren't showing
Organisation repos aren't showing
Your organisation may require an admin to approve the OAuth app. Check Org → Settings → Third-party access.
PR review is slow on a large repo
PR review is slow on a large repo
For very large repos, scope reviews to the diff: “Review just the changes in PR #N” instead of “review the PR”.
See also
Skills
The code skills (Q&A, PR review, scaffolding, bug fixes) and others.
Bug-to-PR workflow
Bug report to merged PR in fifteen minutes.