DEV Community

Bharat Kumar
Bharat Kumar

Posted on

Finishing InteliFixer: From Internal Hackathon Script To Local CI Failure Workbench

GitHub “Finish-Up-A-Thon” Challenge Submission

This is a submission for the GitHub Finish-Up-A-Thon Challenge.

What I built:
InteliFixer is a local-first CI failure triage workbench. Paste a console log or batch JSON and it returns likely cause, failed stage, confidence, evidence, next action, and a copyable Markdown handoff note.

Repo: https://github.com/bharathkumar203/intelifixer-finishup
Live demo: https://bharathkumar203.github.io/intelifixer-finishup/?demo=sample

Before:
The 2024 hackathon prototype depended on private CI and lab endpoints, had sensitive defaults, required terminal prompts, and had no public demo data.

After:
I rebuilt it as a static browser app with sanitized samples, generic failure patterns, responsive triage cards, Markdown report export, GitHub Pages deployment, and no backend or secrets.

AI and Copilot:
The final polish pass used AI as a submission-readiness reviewer. It helped catch a hidden-state UI bug, add the demo URL, verify the public Pages build, and align docs with the shipped app. The next Copilot pass I want is more generic CI failure categories.

What I learned:
Finishing meant removing assumptions more than adding features.

Top comments (0)