Update skills: playstore MCP, code-review path, verify-resolved-issues#32
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Refreshes several plugin components to reflect new MCP server choices and improved workflows. The
playstoreskill now uses the maintainedplay-store-mcpserver (launched viauvx) instead of the unmaintained npx package, and its tool list and credentials env var are updated to match. Thecode-review-deepcommand moves its report output from the repo root todocs/code-review.md, with stricter markdown-lint rules so the generated report passesmarkdownlint-cli2cleanly. Thework-issuecommand makes worktree usage opt-in (auto-detected from the repo) so it doesn't impose worktrees on teams that don't already use them. A newverify-resolved-issuesskill audits issues parked in "resolved/fixed/done" but not yet closed, verifies the fix actually exists in the codebase, and either closes them with a summary or kicks them back to the resolver.Key changes:
skills/playstore/SKILL.md+.mcp.json: switch touvx play-store-mcp; update MCP tool table (get_vitals_overview,get_vitals_metrics,list_apps, etc.); rename credentials env var toGOOGLE_APPLICATION_CREDENTIALScommands/code-review-deep.md: report path moves fromCODE_REVIEW_REPORT.mdtodocs/code-review.md; add markdown-lint compliance rules (MD012/MD031/MD032/MD033/MD040/MD047); replace<details>/<summary>collapsibles with plain bulleted listscommands/work-issue.md: detect existing worktree usage and split step 3 / cleanup into Path A (plain branch, default) and Path B (worktree)skills/verify-resolved-issues/SKILL.md: new skill for auditing resolved-but-not-closed issues across GitHub and Jira with dry-run-by-default safetyREADME.md: update skills table entries forplaystoreand add a row forverify-resolved-issues.gitignore: ignore generateddocs/code-review.mdTypes of changes
Checklist
readme.mdincludes sections on introduction, installation, usage, and contributingdocs/architecture.mdincludes sections on the architecture diagram, software units, software of unknown provenance, critical algorithms and risk controls related to PII and security