com um clique
neptune
neptune contém 16 skills coletadas de esassoc, com cobertura ocupacional por repositório e páginas de detalhe dentro do site.
Skills neste repositório
Create or flesh out a Jira story with structured sections for POs, Devs, and Claude. Accepts an optional Jira key to update an existing card.
Export Water Quality Management Plans for one jurisdiction from the local Neptune database to an Esri File Geodatabase in native projection. Use when a client requests WQMP spatial data for a specific city/jurisdiction.
Extract rework items from a Jira card's Acceptance Criteria and produce a fix plan. Auto-detects issue key from branch or accepts one as argument.
Fetch a Jira card by key (e.g. NPT-100) and produce a detailed implementation plan. Use this when starting work on a new story.
Build the SQL Server DACPAC and scaffold EF Core entities. Run this after finishing all SQL schema edits in Neptune.Database/.
Add a scrollspy Table of Contents sidebar to a page component with signal-based scroll tracking.
Audit migration progress from legacy MVC to Angular SPA. Reports which entities are migrated, partial, or not started.
Regenerate TypeScript models and API services from the backend. Use this after any backend API change including new/modified endpoints, DTO changes, route changes, or controller modifications.
Create CRUD modals with forms, validation, and permission checks for an entity. Use when building create/edit/delete UI for a database entity.
Run C# tests with code coverage and report per-class/method line and branch coverage with uncovered line numbers. Accepts an optional test filter and optional class filter.
Migrate data grids from legacy MVC to Angular using neptune-grid and ag-Grid. Ensures complete column parity with legacy.
Migrate Leaflet maps from legacy MVC to Angular using neptune-map and layer components.
Migrate a page from legacy MVC to Angular SPA + API. Orchestrates grid, map, modal, and workflow sub-skills as needed.
Migrate multi-step wizard workflows from legacy MVC to Angular with workflow progress tracking, step components, and state transitions.
Review uncommitted changes like a PR reviewer — catch bugs, missed patterns, and common errors before committing.
Create unit tests for API controllers (MSTest) or Angular components (Jasmine). Follows project testing patterns and conventions.