Releases: ServiceNow/saai-skill-feedback
Releases · ServiceNow/saai-skill-feedback
v1.0.0 - Initial Release
SAAI Skill Feedback v1.0.0
Submit feedback about Claude MCP skills directly from your conversations.
✨ Features
- Auto-detection: Automatically detects which skill from conversation history
- Context capture: Captures tool calls, parameters, and errors automatically
- Universal: Works with ANY MCP skill, not just specific ones
- Three types: Bug reports, enhancement requests, new skill requests
- ServiceNow integration: Creates SBOs with full conversation context
📥 Installation
# Download and extract
git clone https://github.com/davidrider-now/saai-skill-feedback.git
cd saai-skill-feedback/mcp-server
# Run installer
./install.sh
# Add to Claude config (shown by installer)
# Restart Claude💬 Usage Examples
"Report a bug with create-sbo-request"
"Request enhancement - add fuzzy matching"
"Request a new skill for Jira management"
📖 Documentation
- README.md - Quick start and overview
- docs/INSTALL.md - Detailed installation guide
- docs/CLAUDE.md - Instructions for Claude
- docs/TEAM_MESSAGE.md - Team rollout templates
🔧 Requirements
- Node.js 18+
- Python 3.8+
- ServiceNow account (surf.service-now.com)
- Claude Desktop or Claude Code
🎯 What's Next
This is the initial release. Future improvements:
- Screenshot support for visual feedback
- Feedback history and tracking
- Custom feedback categories
- Multi-instance ServiceNow support