QA Check

Identify unanswered QA responses from docs/qa/answers.jsonl.

1|Updated Dec 26, 2025
One-click install
npx skills add https://github.com/AtsushiHashimoto/research-project-template --skill qa-check-atsushihashimoto
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: QA Check
Source: https://github.com/AtsushiHashimoto/research-project-template/tree/main/.claude/skills/qa-check
Command: npx skills add https://github.com/AtsushiHashimoto/research-project-template --skill qa-check-atsushihashimoto

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires slack_sdk, python-dotenv, and includes scripts (resource) components.

What problem does it solve?

This skill identifies and surfaces unanswered QA responses from docs/qa/answers.jsonl, enabling faster follow-ups and decision making.

Core Features & Use Cases

  • Automated QA review: scans questions and answers files to surface items requiring status updates.
  • Threaded follow-ups: can post or guide replies in the original Slack/Discord thread to close QA loops.
  • Use Case: When a question remains unanswered, run this skill to surface it and draft a follow-up message for the channel.

Quick Start

Check for unanswered QA responses and post a follow-up in the relevant thread.

Frequently Asked Questions about QA Check

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

FAQPage Schema
How do I check for unanswered questions in a JSONL file?

Checking unanswered questions in a JSONL file involves scanning responses to surface items requiring status updates. This skill identifies pending items from docs/qa/answers.jsonl to enable faster follow-ups and decision making.

Can I post follow-up replies to Slack threads for unanswered Q&A?

Yes, you can post follow-up replies to Slack threads for unanswered Q&A using threaded integration. The skill uses Slack environment tokens to post or guide replies in original threads to close QA loops.

Does this QA review tool support filtering unanswered items by ID?

Yes, this QA review tool supports filtering unanswered items by ID. It operates on individual questions by ID or processes all pending items, handling missing data and errors gracefully during the scan.

What do I need to set up to automate QA reviews with Slack?

To automate QA reviews with Slack you need Slack environment tokens configured via python-dotenv and the slack_sdk dependency. These provide the authentication and API access required to post threaded follow-ups.

What is the best way to surface pending QA responses for a team?

The best way to surface pending QA responses for a team is to automate scanning the answers file and posting drafts in Slack or Discord threads. This workflow drives follow-ups and closes communication loops quickly.