[COMMANDS]
Core commands and what they do.
// Show all available commands
$ /help
// Exit QLOOD-CLI
$ /quit
// Run a complete review (chains /reviewrepo, /reviewapp, /reviewbuild)
$ /review
// Repository hygiene review
$ /reviewrepo
// Application security review
$ /reviewapp
// Build & pipeline review
$ /reviewbuild
// Find largest files/functions/pages and generate a refactor report
$ /refactor
// Create a workflow and save it under ./.qlood/workflows
$ /wfadd I need a workflow that test the user signup and login
// List all workflows
$ /wfls
// Run workflow #1
$ /wf 1
// Run all workflows
$ /wfall
// Update workflow #1 based on code changes
$ /wdupdate 1
// Delete workflow #1
$ /wfdel 1