Skip to content

Add code-review-capacitor agent skill#51

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

Add code-review-capacitor agent skill#51
tompsota merged 1 commit into
mainfrom
add-code-review-skill

Conversation

@tompsota
Copy link
Copy Markdown
Member

Summary

  • Adds .agents/skills/code-review-capacitor/SKILL.md — a strict code review skill for this Capacitor plugin
  • Covers TypeScript (src/), Kotlin + Swift native bridges, and dist/ build output
  • Enforces plugin name alignment (registerPlugin('Freerasp')@CapacitorPlugin(name = "Freerasp")), addListener event name shape (3-string threat / 2-string execution state), Swift addListener override correctness, EventIdentifiers obfuscation rules, and PluginListenerHandle cleanup symmetry
  • Mirrors the existing code-review-flutter skill pattern, adjusted for Capacitor bridge mechanics 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

Made with Cursor

Adds a strict code review skill covering TypeScript, Kotlin, and Swift
bridge layers, plugin name alignment, addListener/EventIdentifiers
obfuscation rules, and dist/ build output handling.

Co-authored-by: Cursor <cursoragent@cursor.com>
@tompsota tompsota merged commit a3fcc0f into main May 13, 2026
@tompsota tompsota deleted the add-code-review-skill branch May 13, 2026 04:41
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