GoShip
How It WorksChallengesPricingEmployers
Sign InGet Started
0developers
0companies
0assessments scored
How It Works
|Pricing
|Challenges
|Employers
|Privacy
|Terms
GoShip© 2026
Get updates
Twitter·GitHub
Systems nominal
DEBUGMID

Fix the Code Review Bot UI

75 minutes
0 completed
debuggingreactdiff-viewercode-review

Description

Fix the Code Review Bot UI

You've inherited a code review tool that accepts PR diffs and provides AI-generated review comments. Fix it.

Known Issues

  • Diff parser breaks on files with special characters in filenames
  • Line comments are attached to wrong line numbers after file changes
  • The "approve" and "request changes" buttons don't update the UI state
  • Markdown rendering in review comments strips code blocks
  • File tree navigation doesn't scroll to the selected file
  • Requirements

  • Fix ALL the above bugs
  • Add inline comment threading (reply to existing comments)
  • Add "Resolve" button for each comment thread
  • Ensure the diff viewer handles large files (1000+ lines) without lag
  • Write tests for the diff parser edge cases you fix
  • Bonus Points

  • Syntax highlighting in diff view
  • Keyboard navigation between files
  • Comment severity labels (critical, suggestion, nitpick)
  • You will be guided through MCP setup before the timer starts