Skip to content

Conversation

devcodes28
Copy link

@devcodes28 devcodes28 commented Aug 2, 2025

"Interview with Kuttan" is a sarcastic Malayalam interview chatbot.
No matter what you answer, Kuttan will roast you and confirm your rejection in Malayalam — but with different levels of roasting.

The app:
Starts with an interview question
You answer in text
It sends your answer + context to Gemini API
Gemini responds with a roast in Malayalam
Chat continues until Kuttan is done making fun of you 😏

Summary by CodeRabbit

  • Documentation
    • Updated the README with detailed project information, including description, problem statement, solution, technologies used, installation instructions, screenshots, workflow diagrams, demo video link, and team contributions. All placeholder and generic content was replaced with project-specific details.

Copy link

coderabbitai bot commented Aug 2, 2025

Walkthrough

The README.md file was comprehensively rewritten to replace placeholders with detailed, project-specific information for "Interview with Kuttan," a sarcastic Malayalam interview bot. Updates include team details, project description, technical stack, installation instructions, screenshots, workflow diagrams, demo links, and contributor credits. No code or exported entities were modified.

Changes

Cohort / File(s) Change Summary
README Overhaul
README.md
Replaced all placeholder and generic content with detailed project-specific information, updated team info, technical stack, setup instructions, screenshots, workflow, demo links, and contributor credits. No code changes.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Poem

🐇
README refreshed, with wit and cheer,
Kuttan’s sarcasm now crystal clear.
Byte Battlers stand, a team of one,
Roasting in Malayalam—oh, what fun!
Screenshots and steps, all in a row,
This rabbit approves—off you go!

Note

⚡️ Unit Test Generation is now available in beta!

Learn more here, or try it out under "Finishing Touches" below.

✨ Finishing Touches
🧪 Generate unit tests
  • Create PR with unit tests
  • Post copyable unit tests in a comment

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share
🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Explain this complex logic.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai explain this code block.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and explain its main purpose.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Support

Need help? Create a ticket on our support page for assistance with any issues or questions.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate docstrings to generate docstrings for this PR.
  • @coderabbitai generate sequence diagram to generate a sequence diagram of the changes in this PR.
  • @coderabbitai generate unit tests to generate unit tests for this PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 0

🧹 Nitpick comments (6)
README.md (6)

15-15: Replace informal “Anyways…” with formal “Anyway…”

The phrase “Anyways…” is colloquial and triggers a markdown-lint warning.
Replacing it with “Anyway…” keeps the humour while avoiding the style violation.

-"Interview with Kuttan" is a sarcastic Malayalam interview bot that roasts you no matter what you say. You think you’re doing well? Anyways… you are not getting hired.
+"Interview with Kuttan" is a sarcastic Malayalam interview bot that roasts you no matter what you say. You think you’re doing well? Anyway… you are not getting hired.

32-33: Remove stray list marker

Line 33 contains a lone “-” which renders as an empty bullet and breaks the list.

- - None (Your ego is the only hardware affected 🫠)
-- 
+ - None (Your ego is the only hardware affected 🫠)

36-41: Fix heading hierarchy to satisfy MD001

These headings jump back to H1 (#) inside deeper sections, violating “heading-increment” rules and disrupting navigation. Use incremental levels:

-# Installation
+#### Installation          <!-- H4 under “### Implementation” -->

-# Run
+#### Run

-# Diagrams
+## Diagrams                <!-- New top-level section under main document -->

Also applies to: 58-58


43-44: Correct typo, remove trailing colon, and linkify URL

-### Versal Deployed Link :
-https://interview-with-kuttan.vercel.app/
+### Vercel Deployment
+[interview-with-kuttan.vercel.app](https://interview-with-kuttan.vercel.app/)

This fixes “Versal”→“Vercel”, removes the dangling colon, satisfies MD026, and replaces the bare URL (MD034).


37-39: Convert bare URLs to Markdown links

Bare links fail MD034 and are less readable. Example fixes:

-https://github.com/devcodes28/interview-with-kuttan
+[GitHub repo](https://github.com/devcodes28/interview-with-kuttan)

-https://drive.google.com/file/d/1bXebblFTpPbdwyWvt3yDPTmSgf7nwaj8/view?usp=sharing
+[Demo video](https://drive.google.com/file/d/1bXebblFTpPbdwyWvt3yDPTmSgf7nwaj8/view?usp=sharing)

Apply the same treatment to all remaining bare URLs.

Also applies to: 49-50, 65-65


52-56: Provide descriptive alt text for accessibility

All three screenshot <img> tags use a generic alt="image". Replace with meaningful descriptions, e.g.:

-<img width="1920" height="1200" alt="image" src="…"/> - The glorious glassy chat UI where your confidence goes to die.
+<img width="1920" height="1200" alt="Chat UI showing user and roast response" src="…"/> - The glorious glassy chat UI where your confidence goes to die.

Improves accessibility and SEO without changing the comic tone.

📜 Review details

Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 87fcdae and 52b308a.

📒 Files selected for processing (1)
  • README.md (1 hunks)
🧰 Additional context used
🪛 LanguageTool
README.md

[style] ~15-~15: The word ‘Anyways’ is informal American English. Did you mean “anyway”?
Context: ...t you say. You think you’re doing well? Anyways… you are not getting hired. ### The Pr...

(ANYWAYS)

🪛 markdownlint-cli2 (0.17.2)
README.md

37-37: Bare URL used

(MD034, no-bare-urls)


43-43: Heading levels should only increment by one level at a time
Expected: h2; Actual: h3

(MD001, heading-increment)


43-43: Trailing punctuation in heading
Punctuation: ' :'

(MD026, no-trailing-punctuation)


44-44: Bare URL used

(MD034, no-bare-urls)


49-49: Bare URL used

(MD034, no-bare-urls)


63-63: Heading levels should only increment by one level at a time
Expected: h2; Actual: h3

(MD001, heading-increment)


65-65: Bare URL used

(MD034, no-bare-urls)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant