Skip to content

Add AI Bug Reporter project idea#1107

Open
Ankitajainkuniya wants to merge 3 commits intoflorinpop17:masterfrom
Ankitajainkuniya:add-contribution
Open

Add AI Bug Reporter project idea#1107
Ankitajainkuniya wants to merge 3 commits intoflorinpop17:masterfrom
Ankitajainkuniya:add-contribution

Conversation

@Ankitajainkuniya
Copy link
Copy Markdown

@Ankitajainkuniya Ankitajainkuniya commented Apr 5, 2026

Advanced project idea.

Summary by CodeRabbit

  • Documentation
    • Added "AI Bug Reporter" to the beginner projects list. The new project describes a widget that captures screenshots, voice recordings, and console errors, provides a report button and automatic data capture, and uses AI to analyze and triage bug severity. Includes user stories and a reference link to an example widget for guidance.

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Apr 5, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: c78a0316-0b6e-4310-88ee-b46ff9e9f105

📥 Commits

Reviewing files that changed from the base of the PR and between 479516e and e294797.

📒 Files selected for processing (2)
  • Projects/1-Beginner/AI-Bug-Reporter.md
  • README.md
✅ Files skipped from review due to trivial changes (1)
  • Projects/1-Beginner/AI-Bug-Reporter.md
🚧 Files skipped from review as they are similar to previous changes (1)
  • README.md

📝 Walkthrough

Walkthrough

Added a new "AI Bug Reporter" project entry to the repository: a Tier-1 Beginner project describing a widget that captures screenshots, voice recordings, and console errors and uses AI to triage bug severity. A new project markdown file was created with objectives and user stories.

Changes

Cohort / File(s) Summary
README update
README.md
Inserted a new row in "Tier-1: Beginner Projects" linking to the AI Bug Reporter with a short description (screenshot/voice/console capture + AI triage).
New project doc
Projects/1-Beginner/AI-Bug-Reporter.md
Added project spec: tier, objective, user stories (report button, screenshot capture, console error logging, voice capture, AI-driven severity triage), and reference link.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Poem

🐰 I hopped in with a notepad and light,
Captured a screenshot, a whisper, a plight,
AI nudged the crumbs into order and cheer,
Severity sorted — the bugs disappear! 🥕📸🎙️

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately describes the main change: adding a new project idea called 'AI Bug Reporter' to the repository, which is confirmed by the raw summary showing new files and README updates.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

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

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link
Copy Markdown

@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: 1

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

43-43: Place the new project inside the Tier-1 table for consistency.

Line 43 adds a bullet item before the table, while all Tier-1 projects are table rows. This makes the new idea easier to miss and inconsistent with existing structure.

Suggested README adjustment
-- **AI Bug Reporter** - Build a widget that captures screenshots, voice recordings, console errors, and uses AI to triage bug severity. [Example](https://github.com/Ankitajainkuniya/glitch-widget)
 | Name                                                                              | Short Description                                          | Tier       |
 | --------------------------------------------------------------------------------- | ---------------------------------------------------------- | ---------- |
+| AI Bug Reporter                                                                    | Widget capturing screenshot/voice/console logs with AI triage | 1-Beginner |
🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@README.md` at line 43, The new bullet "**AI Bug Reporter** - Build a widget
that captures screenshots, voice recordings, console errors, and uses AI to
triage bug severity.
[Example](https://github.com/Ankitajainkuniya/glitch-widget)" should be moved
out of the standalone list and inserted as a row in the existing Tier-1 projects
table; update the Tier-1 table by adding a new row containing the project name
("AI Bug Reporter"), a short description (as in the bullet), and the example
link, ensuring formatting matches other table rows and preserves column order
and Markdown pipe alignment (look for the Tier-1 table header and existing rows
to match formatting).
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.

Inline comments:
In `@README.md`:
- Line 43: The README entry for "**AI Bug Reporter**" currently links only to an
external example; update the README.md line for that project to include an
internal project spec link `./Projects/1-Beginner/AI-Bug-Reporter.md` alongside
or instead of the external example, and add the new file
`Projects/1-Beginner/AI-Bug-Reporter.md` containing a clear objective,
acceptance criteria/user stories, and bonus features so contributors have the
internal spec to follow.

---

Nitpick comments:
In `@README.md`:
- Line 43: The new bullet "**AI Bug Reporter** - Build a widget that captures
screenshots, voice recordings, console errors, and uses AI to triage bug
severity. [Example](https://github.com/Ankitajainkuniya/glitch-widget)" should
be moved out of the standalone list and inserted as a row in the existing Tier-1
projects table; update the Tier-1 table by adding a new row containing the
project name ("AI Bug Reporter"), a short description (as in the bullet), and
the example link, ensuring formatting matches other table rows and preserves
column order and Markdown pipe alignment (look for the Tier-1 table header and
existing rows to match formatting).
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 5b689156-7b05-4d81-8ccc-b9f449d3fcc2

📥 Commits

Reviewing files that changed from the base of the PR and between 9e8dd00 and 479516e.

📒 Files selected for processing (1)
  • README.md

Comment thread README.md Outdated

### Tier-1: Beginner Projects

- **AI Bug Reporter** - Build a widget that captures screenshots, voice recordings, console errors, and uses AI to triage bug severity. [Example](https://github.com/Ankitajainkuniya/glitch-widget)
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

⚠️ Potential issue | 🟡 Minor

Add an internal project spec link, not just an external example.

Line 43 only points to an external example repo. In this collection, projects are normally linked to internal ./Projects/... docs so contributors can follow objective/user-story format.

Suggested follow-up structure
-| AI Bug Reporter                                                                    | Widget capturing screenshot/voice/console logs with AI triage | 1-Beginner |
+| [AI Bug Reporter](./Projects/1-Beginner/AI-Bug-Reporter.md)                       | Widget capturing screenshot/voice/console logs with AI triage | 1-Beginner |

Then add Projects/1-Beginner/AI-Bug-Reporter.md with objective, user stories, and bonus features.

🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@README.md` at line 43, The README entry for "**AI Bug Reporter**" currently
links only to an external example; update the README.md line for that project to
include an internal project spec link `./Projects/1-Beginner/AI-Bug-Reporter.md`
alongside or instead of the external example, and add the new file
`Projects/1-Beginner/AI-Bug-Reporter.md` containing a clear objective,
acceptance criteria/user stories, and bonus features so contributors have the
internal spec to follow.

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