omcustom-feedback

Submit feedback as labeled GitHub issues from the CLI.

13|6|Updated Apr 14, 2026
One-click install
npx skills add https://github.com/baekenough/second-brain --skill omcustom-feedback
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: omcustom-feedback
Source: https://github.com/baekenough/second-brain/tree/main/.claude/skills/omcustom-feedback
Command: npx skills add https://github.com/baekenough/second-brain --skill omcustom-feedback

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Submitting feedback for oh-my-customcode can be tedious when you have to switch contexts to a web browser. This Skill enables you to submit feedback directly from the CLI, creating GitHub issues in the baekenough/oh-my-customcode repository without leaving your terminal.

Core Features & Use Cases

  • Anonymous or named submissions via a simple CLI command
  • Automatically routes to GitHub when gh is available, or saves locally as a fallback when offline
  • Assigns labels based on category (bug/feature/improvement/question) for consistent issue tracking
  • Includes environment info for better traceability and debugging

Quick Start

Submit feedback from the CLI using /omcustom-feedback to file an issue with your message.

Frequently Asked Questions about omcustom-feedback

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I submit feedback from the CLI to GitHub issues?

You can submit feedback from the CLI to GitHub issues by triggering the command, which routes your message directly to the repository if the gh tool is available, or saves it locally if offline.

Can I submit GitHub issues anonymously from the command line?

Yes, you can submit GitHub issues anonymously or with identification from the command line, and the system will automatically assign labels based on the category of your feedback.

What happens to CLI feedback when I am offline or gh is unavailable?

When offline or if the gh CLI tool is unavailable, the feedback submission safely saves locally to your machine as a fallback, ensuring your input is retained for later syncing.

Does the CLI feedback tool include environment info for GitHub issue tracking?

Yes, the CLI feedback tool includes environment info with your submission to provide better traceability and debugging context for the generated GitHub issues.

How are GitHub issue labels assigned when submitting feedback from the terminal?

GitHub issue labels are assigned automatically by validating the environment and categorizing the feedback into bug, feature, improvement, or question labels for consistent tracking.