This skill analyzes ThemeForest / CodeCanyon comments and converts them into structured development tasks. It classifies the comment type, assigns priority, extracts technical details, and outputs a JSON object designed to be pushed directly into Google Sheets. - product_name - product_url - product_type (wordpress_theme | html_template | code_script) - comment_text - comment_url (optional) - customer_name (optional) Structured JSON task object formatted for Google Sheets r
Scanned 9/9/2026
Install to Claude Code
npx -y skills add Lord1Egypt/awesome-skill-forge --skill envato-comment-task-to-sheet --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Envato Comment Task To Sheet?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/lord1egypt-envato-comment-task-to-sheet)More formats (shields.io, HTML) on the badges page.
# Envato Comment → Task → Google Sheet
## Overview
This skill analyzes ThemeForest / CodeCanyon comments and converts them into structured development tasks.
It classifies the comment type, assigns priority, extracts technical details, and outputs a JSON object designed to be pushed directly into Google Sheets.
## Input Parameters
- product_name
- product_url
- product_type (wordpress_theme | html_template | code_script)
- comment_text
- comment_url (optional)
- customer_name (optional)
## Output
Structured JSON task object formatted for Google Sheets row insertion.
## Classification Types
- bug
- feature_request
- support_question
- update_required
- refund_risk
- positive_feedback
## Priority Rules
- Fatal error / site break → critical
- Refund mention → critical
- Broken feature → high
- Feature request → medium
- Question → low
## Use Case
- Automate support workflow
- Track product health
- Improve update planning
- Reduce missed issuesIs this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Designs system architecture, component specifications, and technical integration strategy. Use when: designing solutions, system architecture, technology stack, or integration approaches.