André Cini
Community@andrecini · São Paulo
👋 Hi, I'm André, a Junior Developer passionate about technology and innovation. I'm currently studying Computer Engineering at FESA.
Agent Skills by André Cini
Showing 19 vetted skills indexed across 1 GitHub repositories.
create-migration
Generate EF Core migrations after validating Domain entities against PostgreSQL schema.
create-dapper-query
Generate read-only Dapper SQL queries with Domain and Infrastructure artifacts.
create-repository
Generates Domain repository interfaces and Infrastructure implementations for SQL/NoSQL with EF Core or Dapper and soft delete via DeletedAt.
create-card
Convert agile card requests into GitHub Issues with titles, bodies, and labels.
check-coverage
Analyze .NET test coverage from OpenCover XML and report classes below 85%.
create-endpoint
Generate a Minimal API endpoint with DTOs, validator, and Swagger metadata.
write-changelog-entry
Generate a new CHANGELOG.md release entry from merged pull requests and commits.
code-review
Review .NET/C# pull requests or staged diffs and classify issues by severity.
write-commit
Generate Conventional Commits messages from staged Git files with CARD IDs.
create-unit-test
Generate .NET unit test suites with Shouldly assertions and mocks.
daily-summary
Create a daily GitHub Issue summarizing yesterday's commits and PRs.
create-service
Generate missing Domain interfaces and Application service implementations with Result-based error handling.
check-standards
Scan repository code and produce a structured conformity report by layer.
create-feature
Generate Clean Architecture feature artifacts for REST endpoints.
refactor-to-standards
Refactor staged or provided code files to comply with Sticker Manager API project standards.
onboarding-checklist
Generate role-based onboarding checklists from repository documentation contexts.
create-integration-test
Generates integration tests for API endpoints and service-repository interactions with automatic DatabaseFixture rollback.
write-readme
Generate or update repository README.md from codebase and configuration files.
create-integration
Scaffold external integration layers for API clients, AWS, Kafka, or RabbitMQ.