local-env
25Command Claude Code
Run the full local deployment pipeline for the actual-mcp-server dev environment.
Command Claude Code
Run the full local deployment pipeline for the actual-mcp-server dev environment.
Command Claude Code
Handle a "merge this PR" request the safe, develop-first way: never merge directly; integrate the PR's change onto develop through the full pipeline.
Command Claude Code
You are a PR optimization expert for actual-mcp-server (repo: agigante80/actual-mcp-server). Generate comprehensive PR descriptions that facilitate efficient code reviews for the develop branch workflow.
Command Claude Code
Release the current develop to main: fast-forward main, tag the new version, confirm the publish pipeline is green, and close the GitHub issues the release shipped. This is the only sanctioned path to main (implement-ticket and merge-pr stop at develop).
Skill Claude CodeCodex
API design principles for the actual-mcp-server MCP tool surface (and REST/GraphQL in general). Use when adding or revising an MCP tool, reviewing tool schemas for consistency across the 74-tool set, or establishing tool-design standards. The general REST/GraphQL material is the reference; the project section maps it…
Skill Claude CodeCodex
Analyse every GitHub fork of this repo, and every meaningful BRANCH within each fork, to find features and functionality the forks added that upstream does not have, as a source of ideas to implement. For each newly-identified idea it opens a gate-ready GitHub tracking ticket (crediting the origin fork and original…
Skill Claude CodeCodex
End-to-end implementation pipeline for a GitHub issue in actual-mcp-server: gate the ticket to 10/10, implement it, validate, code-review it, and either fix findings inline or spin them into their own tickets, then commit + bump + push to develop. Use this whenever the user asks to implement, build out, do, work, or…
Skill Claude CodeCodex
Handle a request to merge a GitHub pull request in actual-mcp-server WITHOUT ever merging it directly. Instead, create a gate-ready GitHub ticket to integrate the PR's change onto develop, run that ticket through the full implement-ticket pipeline (gate to 10/10, implement, validate, code review, mandatory /local-env…
Skill Claude CodeCodex
OWASP API Security Top 10 testing patterns, injection payloads, auth bypass vectors, and security test generation for the actual-mcp-server MCP API. Use when writing security tests, reviewing tools or HTTP endpoints for vulnerabilities, or auditing input validation and authorization.
Skill Claude CodeCodex
Enforce and automate releases in CI so a promotion to main can never silently ship without a version bump. Documents and governs the release gate (block a main promotion that did not bump VERSION past the last vX.Y.Z tag) plus, on the same VERSION tag primitive, the auto-release lanes that already ship in this repo…
Skill Claude CodeCodex
The develop-to-main release. Fast-forward main to develop, tag the new version, confirm the publish pipeline is green, AND close the implemented tickets the release ships. Use whenever the user asks to "release", "merge to main", "ship to main", "push to main", "cut a release", "do a release", "release vX.Y.Z", or…
Skill Claude CodeCodex
Run governed, unattended overnight work. Pulls from a defined work source (gated tickets, tickets to gate, or investigations like full/security reviews that create tickets), implements safe work as branch-plus-PR without ever merging, defers you-only decisions instead of guessing, and writes a morning report. Use when…
Instructions file GitHub Copilot
Instructions for agigante80/actual-mcp-server, covering copilot instructions for actual mcp server, project overview, architecture essentials, critical pattern: withactualapi wrapper and tool structure.
Instructions file GitHub Copilot
Instructions for agigante80/actual-mcp-server: Read tests/manual/README.md Technical Guidelines before editing any file here.
Instructions file GitHub Copilot
Instructions for agigante80/actual-mcp-server, covering rules for playwright e2e test files (tests/e2e/) and config files.
Instructions file GitHub Copilot
Instructions for agigante80/actual-mcp-server: (prints every @actual-app/api method against the current tool list; read-only, safe to run).
Instructions file GitHub Copilot
Instructions for agigante80/actual-mcp-server, covering rules for unit test files (tests/unit/), generatedtools.smoke.test.js, schemavalidation.test.js and general.
Instructions file
Instructions for agigante80/actual-mcp-server, covering claude.md, project overview, output convention: never use em or en dashes, git workflow and commands.