go-code-review
Go Backend PR Review
Thoroughly review Go backend code changes in Bythen repositories. Focus on real bugs and actionable findings — not style nitpicks.
Review Workflow
- Fetch the PR diff using
gh pr diff <number> - Read full files for every changed file (not just the diff) to understand context
- Cross-reference layers — check handler, service, repository, entity, router, and wire container together
- Classify findings by severity and report
Issue Categories
Report findings in this order:
| Severity | Icon | What to look for |
|---|---|---|
| Bug | 🔴 |
Confirmed bugs — wrong behavior, data corruption, panics |
| Potential Bug | 🟡 |
Logic that will break under certain conditions |
More from sultanfarizbythen/skills
go-test-gen
Generate Go unit tests following project standards - table-driven tests with mockery mocks, explicit expectations with call counts, specific error objects, concrete structs. Use when writing unit tests for Go service layer or repository layer (NOT handler/API layer).
10sql-query-generator
Generate and execute SQL queries for databases using the Kalysta MCP server. Use when the user needs to query database information, analyze data patterns, explore table contents, generate reports, or investigate data. Supports any database accessible via Kalysta MCP.
10create-devops-task
Creates draft tasks on the Bythen Devops GitHub Project board (https://github.com/orgs/tanookiai/projects/2/views/1). Always assigns novahariyabythen. Use when asked to add tasks, to-dos, or action items to the devops board.
5update-scientia-ip
Update the Scientia WiFi IP whitelist in Jenkins. Ensures WiFi connection, disconnects VPN, captures the current public IP, connects OpenVPN, triggers the Jenkins `change-ip-wifi-scientia` job with the captured IP, then disconnects VPN. Use when your WiFi IP has changed and you need to regain Scientia access.
5go-pr-description
>
4be-jenkins-deploy
Deploy a backend (BE) branch to a non-production Jenkins job and notify when done. Use this skill whenever the user says "deploy to staging", "deploy to jenkins", "trigger jenkins build", "deploy branch", "push to jenkins", or any variation of deploying/releasing a backend service via Jenkins CI/CD. Also trigger when the user asks to redeploy or check a Jenkins deployment in progress. Do NOT use this skill if the user mentions "prod", "production", or "beta" — those environments require manual confirmation and are out of scope.
4