app-review
Validates app submissions by parsing GitHub issues and automates the creation of pull requests and documentation updates.
Install
mkdir -p .claude/skills/app-review && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/4568" && unzip -o skill.zip -d .claude/skills/app-review && rm skill.zipInstalls to .claude/skills/app-review
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
Review and process app submissions for the Pollinations showcase. Parse issues, validate submissions, create PRs, handle user corrections.Key capabilities
- →Parse GitHub issues for app submissions
- →Validate submissions against project criteria
- →Generate pull requests for approved apps
- →Update app documentation files
- →Manage issue labels for workflow status
How it works
The skill fetches issue data via GitHub CLI, validates fields, updates the repository using internal scripts, and creates a pull request for approved submissions.
Inputs & outputs
When to use app-review
- →Validating new app submissions
- →Creating PRs for approved apps
- →Processing user corrections to submissions
About app-review
Parses GitHub issues to validate app submissions against project criteria. Automates the generation of PRs and app documentation updates using internal scripts.
Review and process app submissions for the Pollinations showcase. Parse issues, validate submissions, create PRs, handle user corrections.
When not to use it
- →Processing non-GitHub based submissions
- →Handling manual app updates without issue tracking
Prerequisites
Limitations
- →Requires specific GitHub issue format
- →Validation logic is pre-defined by workflow
How it compares
This automates the entire submission-to-PR lifecycle compared to manual review and file editing.
Compared to similar skills
app-review side by side with the closest alternatives in the catalog.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| app-review (this skill) | 1 | 2mo | Review | Intermediate |
| resolve-conflicts | 81 | 8mo | Review | Intermediate |
| openspec-onboard | 10 | 6mo | Review | Beginner |
| codex-cli-bridge | 9 | 9mo | Review | Intermediate |
Try saying
Example prompts that trigger this skill in your AI assistant.
More by pollinations
View all by pollinations →You might also like
resolve-conflicts
antinomyhq
Use this skill immediately when the user mentions merge conflicts that need to be resolved. Do not attempt to resolve conflicts directly - invoke this skill first. This skill specializes in providing a structured framework for merging imports, tests, lock files (regeneration), configuration files, and handling deleted-but-modified files with backup and analysis.
openspec-onboard
studyzy
Guided onboarding for OpenSpec - walk through a complete workflow cycle with narration and real codebase work.
codex-cli-bridge
alirezarezvani
Bridge between Claude Code and OpenAI Codex CLI - generates AGENTS.md from CLAUDE.md, provides Codex CLI execution helpers, and enables seamless interoperability between both tools
skill-sync
KyleKing
Syncs Claude Skills with other AI coding tools like Cursor, Copilot, and Codeium by creating cross-references and shared knowledge bases. Invoke when user wants to leverage skills across multiple tools or create unified AI context.
github-workflow-automation
ruvnet
Advanced GitHub Actions workflow automation with AI swarm coordination, intelligent CI/CD pipelines, and comprehensive repository management
git-advanced-workflows
wshobson
Master advanced Git workflows including rebasing, cherry-picking, bisect, worktrees, and reflog to maintain clean history and recover from any situation. Use when managing complex Git histories, collaborating on feature branches, or troubleshooting repository issues.