spec-refine-github

Refine GitHub pull request specifications and integrate comments into spec and Q&A documents.

Updated May 31, 2026
One-click install
npx skills add https://github.com/ascerra-fullsend-rehearsal/fullsend --skill spec-refine-github
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: spec-refine-github
Source: https://github.com/ascerra-fullsend-rehearsal/fullsend/tree/main/skills/spec-refine-github
Command: npx skills add https://github.com/ascerra-fullsend-rehearsal/fullsend --skill spec-refine-github

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill streamlines the process of refining PR specifications in GitHub, integrating PR comments into spec and Q&A documents.

Core Features & Use Cases

  • PR Spec Refinement: Automatically refines PR specifications into spec.md and qna.md files.
  • Comments Integration: Pulls in GitHub PR comments to enrich the spec and Q&A documents.
  • Git Push Automation: Manages Git operations including push, based on the mode of execution (local or harness).
  • Review Thread Replies: Optionally posts review thread replies on GitHub (in local mode only).
  • Use Case: Use this Skill in conjunction with spec-refine and spec-start to automatically manage and update GitHub PRs.

Quick Start

Use the spec-refine-github skill to refine PR specifications and integrate comments for a GitHub pull request with PR number #123.

Frequently Asked Questions about spec-refine-github

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

FAQPage Schema
How do I integrate GitHub PR comments into spec documents?

You can integrate GitHub PR comments into spec documents by automating ingestion into `spec.md` and `qna.md` files. This Skill pulls comments from a GitHub pull request and refines them directly into your specification and Q&A documentation.

How do I automate Git push operations after PR spec refinement?

Automate Git push operations during PR spec refinement by executing the Skill in local or harness mode. It manages Git operations including push automatically, streamlining the workflow of updating refined specifications back to the repository.

Does PR spec refinement require GitHub API access?

Yes, PR spec refinement requires GitHub API access for pull request management. This access is necessary to fetch PR comments, manage PR specifications, and optionally post review thread replies on GitHub.

Can I post review thread replies on GitHub automatically?

You can automatically post review thread replies on GitHub by running the Skill in local mode. This feature allows automated replies to PR review threads directly through the GitHub API during the spec refinement process.

What is the best way to refine PR specifications for Q&A documents?

The best way to refine PR specifications for Q&A documents is using an automated workflow that processes pull request data. This Skill refines PR specs and generates structured `qna.md` files by integrating GitHub PR comments and context.

Why does PR comment integration fail without GitHub API access?

PR comment integration fails without GitHub API access because the Skill depends on the API to manage pull requests. Access is required to retrieve comments, refine specs, and perform Git operations like pushing updates or posting replies.