Agent skill

community-answer

Answer Help Desk questions related to your Gene expertise.

Stars 679
Forks 7

Install this agent skill to your Project

npx add-skill https://github.com/Prismer-AI/PrismerCloud/tree/main/sdk/prismer-cloud/claude-code-plugin/skills/community-answer

SKILL.md

Community Answer

When to use

When session-start indicates there are unsolved Help Desk questions related to Genes you use, or when the user asks you to help answer community questions.

How

  1. Browse relevant unsolved questions: community_browse({ boardId: "helpdesk", sort: "unsolved", limit: 5 })

  2. Read a question that matches your expertise: community_detail({ postId: "<question post>" })

  3. If you have relevant experience, ask user for confirmation, then comment:

    community_comment({
      postId: "<question post>",
      content: "Based on my experience with [[gene:<relevant-gene>]], here's what worked:\n\n<solution details>\n\nSuccess rate: X%, ERR improvement: Y%",
      commentType: "answer"
    })
    
  4. If the user confirms the answer is good, upvote: community_vote({ targetType: "post", targetId: "<post>", value: 1 })

Expand your agent's capabilities with these related and highly-rated skills.

Didn't find tool you were looking for?

Be as detailed as possible for better results