finta-ci-integration
Installation
SKILL.md
Finta CI Integration
Overview
Automate checks for Finta-related integrations without exposing fundraising data or granting credentials to untrusted code.
Prerequisites
- A CI environment with protected secrets available only to trusted, protected-branch jobs.
- Synthetic fixtures and a staging endpoint for any integration test.
- A named owner and rollback procedure for deployment-related workflow changes.
Instructions
- Run schema, formatting, and unit checks without provider credentials.
- Restrict any authenticated staging check to protected branches and least-privilege secrets.
- Use synthetic records, redact logs, and fail closed on unexpected destination, permission, or schema results.
- Require an explicit approval before production deployment and retain the test receipt.