Skip to content

Add code-review-cordova agent skill#69

Merged
tompsota merged 1 commit into
masterfrom
add-code-review-skill
May 13, 2026
Merged

Add code-review-cordova agent skill#69
tompsota merged 1 commit into
masterfrom
add-code-review-skill

Conversation

@tompsota

Copy link
Copy Markdown
Member

Summary

  • Adds .agents/skills/code-review-cordova/SKILL.md — a strict code review skill for this Cordova plugin
  • Covers TypeScript (www/src/), Kotlin + Swift native bridges, plugin.xml, and www/dist/ build output
  • Enforces plugin.xml / action string alignment across four layers (TS, Kotlin, Swift, XML), persistent callbackId / keepCallback = true rules, platform-asymmetric getThreatChannelData shape (2 strings Android / 1 string iOS), EventIdentifiers obfuscation rules, and 'started' wire-format constant
  • Mirrors the existing code-review-flutter skill pattern, adjusted for Cordova bridge mechanics (no event emitter — persistent callbackId) and npm as the package manager

Test plan

  • Trigger the skill on a real or mock PR in this repo and verify the checklist items fire correctly
  • Confirm package manager references say npm, not yarn
  • Verify the dataLength asymmetry note surfaces correctly when reviewing changes to channel files

Made with Cursor

Adds a strict code review skill covering TypeScript, Kotlin, and Swift
bridge layers, plugin.xml action string alignment, persistent callbackId
rules, platform-asymmetric getThreatChannelData, and www/dist/ handling.

Co-authored-by: Cursor <cursoragent@cursor.com>
@tompsota tompsota merged commit 90bf020 into master May 13, 2026
@tompsota tompsota deleted the add-code-review-skill branch May 13, 2026 04:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant