questions-answers

Manage the Q&A pipeline from search classification to answer moderation.

Updated Dec 19, 2025
One-click install
npx skills add https://github.com/Spectaculous-Code/raamattu-nyt --skill questions-answers
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: questions-answers
Source: https://github.com/Spectaculous-Code/raamattu-nyt/tree/main/.claude/skills/questions-answers
Command: npx skills add https://github.com/Spectaculous-Code/raamattu-nyt --skill questions-answers

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides comprehensive support for developing, debugging, and extending the Questions & Answers (Q&A) system, ensuring a robust and user-friendly experience for users seeking information and contributing answers.

Core Features & Use Cases

  • Full Pipeline Management: Covers the entire Q&A lifecycle from search query classification to answer moderation and display.
  • AI & Community Integration: Manages AI-generated answers, community submissions, voting, and admin oversight.
  • Use Case: When a user searches for "what is the meaning of life in the Bible?", this Skill helps ensure the query is correctly classified, relevant answers (AI, community, or curated) are retrieved and displayed, and new community answers can be submitted and moderated.

Quick Start

Use the questions-answers skill to help debug the upsert-question edge function.

Frequently Asked Questions about questions-answers

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I manage the end-to-end Q&A system pipeline including search classification and answer generation?

The Q&A pipeline handles search query classification, AI and community answer generation, moderation, and display logic. It covers the entire lifecycle from querying to displaying curated answers.

How do I debug the upsert-question edge function for a Supabase knowledge base?

Debug the upsert-question edge function by using the Q&A Skill to inspect the end-to-end pipeline. It supports development and debugging of edge functions, hooks, and UI components related to Q&A features.

How does the Q&A system integrate AI answers with community content and moderation?

The system manages AI-generated answers alongside community submissions and voting. It includes admin oversight and moderation to ensure a robust, user-friendly experience for users contributing answers.

How do I enforce RLS policies for secure data access in a Supabase Q&A database schema?

Enforce RLS policies by integrating with database schemas for questions, answers, and votes. The system ensures secure data access by applying these policies to the database operations.

Can I use this Q&A system to handle search queries for a community knowledge base?

Yes, the system classifies search queries and retrieves relevant answers from AI, community, or curated sources. It supports a robust knowledge base for users seeking information and contributing answers.

What is the best way to structure database schemas for questions, answers, and votes?

Structure your database schemas by defining tables for questions, answers, and votes with enforced RLS policies for secure data access. The Q&A system integrates directly with these schemas to manage the pipeline.