recipe-collect-form-responses
Retrieve and review responses from a Google Form.
pinned to #a3768d0updated 2 days ago
Ask your AI client: “install skills/recipe-collect-form-responses”.
Requires the metahub MCP server installed in your client. Set up MCP.
mh install skills/recipe-collect-form-responsesmetahub onboarded this repo on the author's behalf.
If you own github.com/googleworkspace/cli on GitHub, claim the listing to take over publishing. Your claim preserves the existing eval history and badges; only the curator label is replaced with verified-publisher on your next publish.
Stars
30,273
Last commit
2 days ago
Latest release
published
- #agent-skills
- #ai-agent
- #automation
- #cli
- #discovery-api
- #gemini-cli-extension
- #google-admin
- #google-api
- #google-calendar
- #google-chat
- #google-docs
- #google-drive
- #google-sheets
- #google-workspace
- #oauth2
- #rust
About this skill
Pulled from SKILL.md at publish time.
PREREQUISITE: Load the following skills to execute this recipe: gws-forms
Evaluation report
WarningsAutomated checks the publisher passed at publish time — structure, docs, safety, and whether the artifact behaves as claimed.a3768d0· 2 days ago
Documentation
6 passed3 warningsDescription qualitywarn
8 words · 49 chars — skills use the description as their trigger; aim higher
Aim for 15+ words and include trigger phrases like “use this skill when …”.
Homepage or repository declaredwarn
No homepage or repository declared.
Add a "homepage" or "repository" field to SKILL.md.
Documentation shows usagewarn
Documentation has no code examples.
Add at least one fenced example showing a real invocation.
README is present and substantial
20,235 chars · 16 sections · 22 code blocks
Tags / topics declared
16 total — agent-skills, ai-agent, automation, cli, discovery-api, gemini-cli-extension (+10)
README has usage / example sections
found: Installation · Quick Start
Homepage / docs URL declared
https://developers.google.com/workspace
Description is substantive
Description is 8 words.
Documentation present and substantive
Documentation present (SKILL.md, 91 words).
Release history
1- releasecurrenta3768d0warn2 days ago
Contents
Check Form Responses
PREREQUISITE: Load the following skills to execute this recipe:
gws-forms
Retrieve and review responses from a Google Form.
Steps
- List forms:
gws forms forms list(if you don't have the form ID) - Get form details:
gws forms forms get --params '{"formId": "FORM_ID"}' - Get responses:
gws forms forms responses list --params '{"formId": "FORM_ID"}' --format table
Reviews
No reviews yet. Be the first.
Related
Verification Before Completion
Evidence before assertions, always
Writing Plans
Turn specs into phased implementation plans
Test-Driven Development
Red → green → refactor discipline for any feature or bugfix
mh install skills/recipe-collect-form-responses