Agent skill
submitfb
Submit feedback to tracking system
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/submitfb
SKILL.md
Submit Feedback
Extract from conversation context:
- Title: Concise summary (max 80 chars)
- Description: Detailed description
- Type: bug / feature / general
- Priority: low / medium / high / critical
- Page/Area: If mentioned, otherwise system
Show Preview
Title: [title]
Type: [type]
Priority: [priority]
Page/Area: [page-or-area]
Description:
[description]
Submit (after confirmation)
node F:/_CODE/shared-scripts/feedback/submit-feedback.js "Title" "Description" --type [type] --priority [priority] --route [page-or-area]
Report result with feedback ID.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?