gentle-ai-issue-creation

Create GitHub issues with enforced templates and privacy sanitization.

Updated Apr 28, 2026
One-click install
npx skills add https://github.com/LuisAlbertoMK/gentleman-agent-gh --skill gentle-ai-issue-creation-luisalbertomk
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gentle-ai-issue-creation
Source: https://github.com/LuisAlbertoMK/gentleman-agent-gh/tree/main/skills/issue-creation
Command: npx skills add https://github.com/LuisAlbertoMK/gentleman-agent-gh --skill gentle-ai-issue-creation-luisalbertomk

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill eliminates the friction and non-compliance associated with manual issue reporting by enforcing strict template usage, privacy sanitization, and maintainer-approved workflows.

Core Features & Use Cases

  • Privacy-First Sanitization: Automatically guides the user to replace sensitive environment data like local paths, hostnames, and tokens with standardized placeholders before submission.
  • Workflow Enforcement: Ensures all issues follow the required bug report or feature request templates and prevents premature PR creation by enforcing the status:approved gate.
  • Use Case: When a developer encounters a bug in the Gentle-AI CLI, this skill ensures the report is filed with the correct template, includes the necessary system information, and is properly sanitized of private user data before being sent to the repository.

Quick Start

Use the gentle-ai-issue-creation skill to guide you through the process of submitting a bug report for the current version of the CLI.

Frequently Asked Questions about gentle-ai-issue-creation

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

FAQPage Schema
How do I sanitize private data before submitting a GitHub issue?

To sanitize private data before submitting a GitHub issue, replace sensitive environment details like local paths, hostnames, and tokens with standardized placeholders. This ensures compliance and prevents leaking personal user data during bug reporting or feature request workflows.

What is the process for creating a compliant GitHub bug report?

Creating a compliant GitHub bug report requires using enforced bug reporting templates and including necessary system information. The workflow mandates pre-submission data masking and adherence to a status-based approval lifecycle to ensure maintainer-ready submissions.

Does GitHub issue creation enforce an approval workflow before pull requests?

Yes, GitHub issue creation enforces an approval workflow by preventing premature pull request creation through a status:approved gate. This ensures maintainers review and approve the standardized, sanitized issue before any code changes proceed.

Why do my GitHub issue submissions keep getting rejected for non-compliance?

GitHub issue submissions are rejected for non-compliance when they bypass mandatory templates, fail to apply privacy sanitization to sensitive environment data, or skip the required status:approved gate enforced by the repository's workflow.

Can I use custom formats for GitHub feature requests instead of templates?

No, you cannot use custom formats for GitHub feature requests. The workflow enforces strict template usage for both bug reports and feature requests to standardize submissions, ensure privacy compliance, and guarantee maintainer-ready documentation.

When do I need to apply data masking protocols for GitHub issues?

You need to apply data masking protocols for GitHub issues during the pre-submission phase of bug reporting or feature requests. This process replaces local paths, hostnames, and tokens with standardized placeholders to maintain privacy compliance.