log-landing-issues
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
Chinese/log-landing-issues
/log-landing-issues
Run landing page audit and create GitHub issues for all findings.
运行着陆页审计并为所有检测结果创建GitHub issues。
What This Does
功能说明
- Invoke to audit landing page quality
/check-landing - Parse findings by priority (P0-P3)
- Check existing issues to avoid duplicates
- Create GitHub issues for each finding
This is an issue-creator. It creates work items, not fixes. Use to fix issues.
/fix-landing- 调用 进行着陆页质量审计
/check-landing - 按优先级(P0-P3)解析检测结果
- 检查现有issues以避免重复
- 为每个检测结果创建GitHub issues
这是一个Issue创建工具,它仅创建工作项,不修复问题。如需修复问题,请使用 。
/fix-landingProcess
流程
1. Run Primitive
1. 运行基础技能
Invoke skill to get structured findings.
/check-landing调用 技能以获取结构化的检测结果。
/check-landing2. Check Existing Issues
2. 检查现有Issues
bash
gh issue list --state open --label "domain/landing" --limit 50bash
gh issue list --state open --label "domain/landing" --limit 503. Create Issues
3. 创建Issues
For each finding:
bash
gh issue create \
--title "[P1] No clear value proposition on landing page" \
--body "$(cat <<'EOF'针对每个检测结果:
bash
gh issue create \
--title "[P1] No clear value proposition on landing page" \
--body "$(cat <<'EOF'Problem
Problem
Landing page lacks a clear, compelling headline. Users don't understand what the product does within 5 seconds.
Landing page lacks a clear, compelling headline. Users don't understand what the product does within 5 seconds.
Impact
Impact
- High bounce rate
- Visitors leave without understanding value
- Low signup conversion
- Marketing spend wasted
- High bounce rate
- Visitors leave without understanding value
- Low signup conversion
- Marketing spend wasted
Location
Location
app/page.tsxapp/(marketing)/page.tsxapp/page.tsxapp/(marketing)/page.tsxSuggested Fix
Suggested Fix
Run or add:
/fix-landing- Clear headline: "X for Y" or "Verb + Benefit"
- Sub-headline explaining how it works
- Hero section with clear visual
Examples:
- "Track your fitness journey. See results in weeks."
- "The newsletter for busy professionals. 5 min reads that matter."
Created by
EOF
)"
--label "priority/p1,domain/landing,type/enhancement"
/log-landing-issues--label "priority/p1,domain/landing,type/enhancement"
undefinedRun or add:
/fix-landing- Clear headline: "X for Y" or "Verb + Benefit"
- Sub-headline explaining how it works
- Hero section with clear visual
Examples:
- "Track your fitness journey. See results in weeks."
- "The newsletter for busy professionals. 5 min reads that matter."
Created by
EOF
)"
--label "priority/p1,domain/landing,type/enhancement"
/log-landing-issues--label "priority/p1,domain/landing,type/enhancement"
undefined4. Issue Format
4. Issue格式
Title:
[P{0-3}] Landing page issueLabels:
- |
priority/p0|priority/p1|priority/p2priority/p3 domain/landing- |
type/enhancementtype/bug
Body:
markdown
undefined标题:
[P{0-3}] Landing page issue标签:
- |
priority/p0|priority/p1|priority/p2priority/p3 domain/landing- |
type/enhancementtype/bug
正文:
markdown
undefinedProblem
问题
What's wrong with landing page
着陆页存在的问题
Impact
影响
Effect on conversion/perception
对转化率/用户感知的影响
Location
位置
File path
文件路径
Suggested Fix
建议修复方案
Copy/design guidance or skill to run
Created by
/log-landing-issuesundefined文案/设计指导或可运行的技能
Created by
/log-landing-issuesundefinedPriority Mapping
优先级映射
| Gap | Priority |
|---|---|
| No landing page | P0 |
| Landing redirects to app | P0 |
| No value prop/headline | P1 |
| No CTA | P1 |
| Weak CTA text | P1 |
| Mobile broken | P1 |
| Slow load time | P1 |
| No social proof | P2 |
| Single CTA | P2 |
| Missing metadata | P2 |
| Polish items | P3 |
| 问题类型 | 优先级 |
|---|---|
| 无着陆页 | P0 |
| 着陆页重定向至应用 | P0 |
| 无价值主张/标题 | P1 |
| 无CTA(号召性用语) | P1 |
| CTA文本薄弱 | P1 |
| 移动端显示异常 | P1 |
| 加载速度慢 | P1 |
| 无社交证明 | P2 |
| 单一CTA | P2 |
| 缺失元数据 | P2 |
| 细节优化项 | P3 |
Output
输出结果
After running:
Landing Page Issues Created:
- P0: 0
- P1: 4 (value prop, CTA, mobile, speed)
- P2: 3 (social proof, CTAs, metadata)
- P3: 2 (polish items)
Total: 9 issues created
View: gh issue list --label domain/landing运行后:
Landing Page Issues Created:
- P0: 0
- P1: 4 (value prop, CTA, mobile, speed)
- P2: 3 (social proof, CTAs, metadata)
- P3: 2 (polish items)
Total: 9 issues created
View: gh issue list --label domain/landingRelated
相关技能
- - The primitive (audit only)
/check-landing - - Fix landing page issues
/fix-landing - - Improve marketing copy
/copywriting - - Conversion optimization
/cro - - Full backlog grooming
/groom
- - 基础技能(仅审计)
/check-landing - - 修复着陆页问题
/fix-landing - - 优化营销文案
/copywriting - - 转化率优化
/cro - - 完整待办事项梳理
/groom