hearback-agent-skill
v0.1.2
Published
Agent skill for hearback — instructions + tools (OpenAI/Anthropic/Claude Code formats) for AI agents to file bugs and feature requests
Maintainers
Readme
hearback-agent-skill
Agent skill for hearback — instructions + tools that let AI agents file bugs and feature requests.
Exports tool definitions in three formats: OpenAI function calling, Anthropic tool use, Claude Code .md skill.
import { feedbackSkill } from 'hearback-agent-skill'
const skill = feedbackSkill({
repo: 'your-org/your-app',
githubToken: process.env.GITHUB_TOKEN,
})
// skill.instructions → system prompt addition
// skill.tools.openai → OpenAI-compatible function definitions
// skill.tools.anthropic → Anthropic tool_use definitions
// skill.tools.claudeCode → Claude Code .md skill string
// skill.handlers → async functions that execute each toolSee the main repo for full docs and integration examples.
License
MIT
