questionnaire-response

Drafts security questionnaire responses from a vetted knowledge base into Gmail drafts.

20.2k|3.4k|Updated Oct 5, 2024
One-click install
npx skills add https://github.com/kortix-ai/suna --skill questionnaire-response
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: questionnaire-response
Source: https://github.com/kortix-ai/suna/tree/main/packages/starter/templates/marketplace/runtime/skills/questionnaire-response
Command: npx skills add https://github.com/kortix-ai/suna --skill questionnaire-response

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Responding to inbound vendor security questionnaires (SIG, CAIQ, or custom spreadsheets) is repetitive and slow: every question must be matched to approved policy language, written back into the vendor's exact format, and reviewed before it goes to the prospect. This Skill automates the first-pass draft so security teams only review and answer flagged gaps.

Core Features & Use Cases

  • Questionnaire Parsing: Pulls the attachment from a labeled Gmail thread and extracts every question with its section, row reference, and exact wording across all spreadsheet tabs.
  • Knowledge-Base Matching: Maps each question to vetted answers in a security-answers memory file (encryption, access controls, incident response, retention, subprocessors, compliance standards) and flags anything without a confident match.
  • In-Format Drafting: Writes approved answers back into a copy of the vendor's own SIG, CAIQ, or custom spreadsheet layout, then attaches it to a Gmail draft reply — never sending it.
  • Use Case: A prospect emails a 200-row SIG workbook. The Skill parses every row, fills in answers from approved policy language, flags 12 unmatched questions, saves the draft reply, and posts the flag list to the security channel for human review.

Quick Start

Ask the agent to draft a response for the latest unanswered questionnaire in the questionnaire Gmail label and post the flagged questions to the security channel.

Frequently Asked Questions about questionnaire-response

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

FAQPage Schema
How do I automate security questionnaire responses?

Parse the inbound questionnaire into individual questions, match each against a vetted knowledge base of approved answers, and write responses back into the vendor's original format. This Skill handles SIG, CAIQ, and custom spreadsheets from Gmail, saving the result as a draft for human review.

How to fill out a SIG or CAIQ questionnaire automatically?

Open the workbook with Google Sheets, read every tab, and extract each row as a discrete question with its section and row reference. Match questions to approved policy answers by topic, then write the vetted wording into the corresponding cells of a copy of the original file.

Does the agent send the completed questionnaire to the prospect?

No. The completed spreadsheet is attached to a Gmail draft reply on the original thread and never sent. A person from the security team reviews the draft, answers any flagged questions, and sends it manually.

What happens when a question has no approved answer?

Questions without a confident match in the vetted knowledge base are flagged rather than answered. The flag list with row references and question text is posted to the security channel so a person can supply the answer.

Can the agent modify the original questionnaire attachment?

No. The original attachment is treated as read-only. All answers are written into a copy of the spreadsheet, preserving the vendor's layout, tabs, and row positions.