cvinfotech/cv-ai-debug-assistant — explained in plain English
Analysis updated 2026-05-18
View grouped WordPress errors in the dashboard and click Ask AI to get a plain-English fix suggestion.
Recover a crashed WordPress site by opening the standalone Emergency Rescue page and reading the last errors without wp-admin.
Copy a one-click environment summary (WordPress, PHP, theme versions) to paste into a support ticket.
Load and scan a very large debug.log file quickly without it timing out.
| cvinfotech/cv-ai-debug-assistant | kukuhtw/toko_kopi | myneid/laravel-db-tui | |
|---|---|---|---|
| Stars | 15 | 15 | 15 |
| Language | PHP | PHP | PHP |
| Setup difficulty | easy | moderate | easy |
| Complexity | 2/5 | 3/5 | 2/5 |
| Audience | developer | pm founder | developer |
Figures from each repo's GitHub metadata at analysis time.
Requires an OpenAI API key and enabling WP_DEBUG/WP_DEBUG_LOG in wp-config.php for the plugin to have a log file to read.
CV AI Debug Assistant is a WordPress plugin that shows you your site's error log directly in the dashboard, instead of making you connect over FTP to read a raw debug.log file. When an error appears, you can click a button to have it sent to OpenAI, which writes back a plain-English explanation and a suggested fix using your actual WordPress version, PHP version, and active theme for context, rather than a generic answer. Repeated errors are grouped together with a count badge instead of showing the same warning hundreds of times, and even a very large log file loads quickly because the plugin reads it backward in chunks rather than all at once. There is also a one-click button that copies a summary of your site's environment, useful for pasting into a support ticket. The standout feature is the Emergency Rescue page: a separate, standalone PHP file that works completely independently of WordPress itself, so if your site crashes so badly that wp-admin is unreachable, you can still open this page, log in with a separate rescue password, and see the last errors including the full stack trace. That password is stored as a hash rather than in plain text, the page locks out an IP address for fifteen minutes after five failed login attempts, and the page is marked so search engines will not index it. Setting it up means installing the plugin like any other WordPress plugin, adding an OpenAI API key in its settings, turning on WordPress's built in debug logging in wp-config.php, and setting a rescue password you can use later if needed. Only non-sensitive details like WordPress and PHP version and theme name are ever sent to OpenAI. It requires WordPress 5.0 or newer and PHP 7.4 or newer, and is released under the GPLv2 license, meaning it can be freely used and modified as long as derivative works stay open source under the same terms.
A WordPress plugin that shows grouped error logs in the dashboard with one-click AI-written fixes, plus a standalone emergency rescue page for when the site itself is down.
Mainly PHP. The stack also includes PHP, WordPress, OpenAI API.
GPLv2 license: free to use and modify, but any derivative works must also be released as open source under the same license.
Setup difficulty is rated easy, with roughly 30min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Don't trust strangers blindly. Verify against the repo.