qualitati-edit-survey

Edits existing QualiTaTi surveys by adding, deleting, or retitling questions and blocks.

2|1|Updated Aug 19, 2026
One-click install
npx skills add https://github.com/lanceyuu/mimiwork --skill qualitati-edit-survey-lanceyuu
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: qualitati-edit-survey
Source: https://github.com/lanceyuu/mimiwork/tree/main/coworker/skills/builtin/qualitati-edit-survey
Command: npx skills add https://github.com/lanceyuu/mimiwork --skill qualitati-edit-survey-lanceyuu

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Modifying a live QualiTaTi survey requires knowing exact question ids and block titles, and careless edits can destroy collected response data. This Skill enforces a read-first, confirm-then-edit workflow so survey changes are accurate and safe. ## Core Features & Use Cases - Read-before-edit workflow: Loads the survey's current state via the surveys skill so question ids and block titles are never guessed. - Targeted edits: Retitles the survey, updates its description, adds questions to specific blocks, deletes questions by id, and modifies blocks through the qualitati_edit_survey tool. - Deletion safeguards: Confirms destructive changes with the user and warns when deleting questions from a published survey with responses would alter the dataset. - Use Case: A researcher asks to add an attention-check question to block 2 and drop question 4 from a live survey; the Skill reads the survey, confirms the deletion, applies both edits, and reports any problems returned. ## Quick Start Read my QualiTaTi survey, then add an attention-check question to the demographics block and rename the survey.

Frequently Asked Questions about qualitati-edit-survey

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

FAQPage Schema
How do I add a question to an existing QualiTaTi survey?▼

Read the survey first with the surveys skill to get its current state, then call qualitati_edit_survey with the survey_id and the add_questions parameter. Set the block field on each new question to place it in a specific block.

How do I delete a question from a QualiTaTi survey?▼

Pass the question id in delete_question_ids when calling qualitati_edit_survey, using the exact id from a prior read of the survey. Confirm the deletion with the user first, since removing questions from a published survey with responses changes the dataset.

Can I rename a QualiTaTi survey without touching its questions?▼

Yes, call qualitati_edit_survey with only the survey_id and the new title or description. The tool accepts partial updates, so unchanged questions and blocks are left alone.

What happens if I edit a published survey that already has responses?▼

Deleting questions from a published survey with responses changes the collected dataset, so the Skill warns the user before proceeding. Edits are approval-gated writes to the user's QualiTaTi account.

Why does survey editing fail with an account error?▼

Editing fails when the QualiTaTi account is signed out or the session has expired. Direct the user to Settings, Models, QualiTaTi account to reconnect before retrying the edit.