blueprint-sdd-step02-resolve-questions

Automate review comments and artifact edits for open questions in GitHub pull requests.

Updated Mar 25, 2026
One-click install
npx skills add https://github.com/sbonoc/stackit-platform-blueprint --skill blueprint-sdd-step02-resolve-questions
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: blueprint-sdd-step02-resolve-questions
Source: https://github.com/sbonoc/stackit-platform-blueprint/tree/main/.agents/skills/blueprint-sdd-step02-resolve-questions
Command: npx skills add https://github.com/sbonoc/stackit-platform-blueprint --skill blueprint-sdd-step02-resolve-questions

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the process of reviewing and resolving open questions in pull request comments and artifacts, reducing manual effort and ensuring consistency.

Core Features & Use Cases

  • Automated Review: Reads all PR comments and inline review comments to identify answered and unanswered questions.
  • Artifact Updating: Replaces unresolved [NEEDS CLARIFICATION] blocks with reviewer decisions and rationale.
  • Sign-off Recording: Detects explicit approval phrases and records product readiness in spec files.
  • Use Case: A software team uses this Skill to track and close open issues in PR documentation, maintaining alignment and documentation quality during review cycles.

Quick Start

Use the script to automate the review and closure of open questions in your GitHub pull request comments and update artifacts accordingly.

Frequently Asked Questions about blueprint-sdd-step02-resolve-questions

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

FAQPage Schema
How do I automate resolving open questions in GitHub pull request comments?

Automating open question resolution in GitHub pull requests involves reading PR comments to identify answered questions and replacing unresolved artifacts. This skill checks for explicit approval phrases to record product readiness and updates spec files automatically.

What is the best way to track unanswered questions in PR documentation?

Tracking unanswered questions in PR documentation is handled by scanning inline review comments for specific approval phrases. The skill then updates spec files by replacing unresolved blocks with reviewer decisions and rationale to maintain alignment.

Can I use this skill to update spec files with reviewer sign-offs?

Yes, you can use this skill to update spec files with reviewer sign-offs. It detects explicit approval phrases in GitHub PR comments and automatically records product readiness decisions directly into your documentation artifacts.

Does this tool replace unresolved clarification blocks in pull request artifacts?

Yes, this tool replaces unresolved clarification blocks in pull request artifacts. It locates specific markers in your spec files and overwrites them with the final reviewer decisions and rationale extracted from the PR comment threads.