com um clique
feature-request
Workflow for creating and submitting feature requests to GitHub
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Menu
Workflow for creating and submitting feature requests to GitHub
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Baseado na classificação ocupacional SOC
Execute security scanning commands on remote worker agents. Use when you need to run CLI tools like nmap, subfinder, httpx, nuclei, or any shell command on worker nodes.
Perform deep analysis of CVEs and security vulnerabilities including CVSS scoring, affected versions, exploit maturity, and remediation steps. Use when the user needs detailed vulnerability intelligence.
Perform web research using CVE databases, security advisories, and threat intelligence sources. Use when the user asks about CVEs, security news, vulnerabilities, patch releases, or any external security information not available in the workspace.
Workflow for committing code with comprehensive validation from linting to deployment
Workflow for API development and modification with strict checks from design to deployment
Workflow for creating and submitting bug reports to GitHub
| name | feature-request |
| description | Workflow for creating and submitting feature requests to GitHub |
Use this when proposing a new feature or enhancement for the project. Covers requirement analysis, drafting, user confirmation, and GitHub submission. The final request must be in English.
Before drafting, analyze:
Use .github/ISSUE_TEMPLATE/feature-request.yml with:
Feature: followed by feature namePresent the draft to the user and ask for confirmation before submitting.
gh issue create --title "[Feature]: New capability" --label "enhancement,feature" --body "$(cat <<'EOF'
## Feature Description
...
## Problem or Need
...
EOF
)"
Confirm the issue was created successfully. Ensure the proposal is technically feasible and clearly articulated.