askaret
- 15 skills
- 0 followers
- 1 week ago last updated
- ▌ API Contract · askaretUse for API changes that affect endpoints/DTOs/contracts. Do NOT implement unrelated business logic. Prefer backward-compatible changes.
- ▌ Feature Spec · askaretUse when the feature or change is not fully defined. Helps clarify requirements and produces a structured, Codex-ready implementation prompt. Do NOT write code.
- ▌ CI Guardrails · askaretUse to improve GitHub Actions workflows for speed, reliability, and security. Do NOT change product code unless required by CI. Keep checks deterministic and aligned with branch protection.
- ▌ Agents Refresh · askaretRefresh an existing AGENTS.md to keep it aligned with the repository/workspace and GitHub Actions workflows (commands, checks, repo map). Preserves intent; removes stale/incorrect commands.
- ▌ Fullstack Slice · askaretUse for features/bugs that require coordinated changes in BOTH the .NET backend repo and React frontend repo. Keep changes minimal, run tests in both repos, and document contracts.
- ▌ Performance Pass · askaretUse when changes might impact latency, throughput, rendering, memory, or DB load. Do NOT micro-optimize; focus on obvious bottlenecks and regression prevention.
- ▌ Repo Orientation · askaretUse when starting work in a new repo (or after a big refactor) to map conventions, commands, and guardrails. Do NOT implement features; only produce a repo playbook.
- ▌ Release Readiness · askaretUse before cutting a release or enabling production deployment. Ensure versioning, changelog, migration notes, and rollback are clear. GitHub releases friendly.
- ▌ Security Baseline · askaretUse when changes touch production surfaces (auth, endpoints, data access, CI/CD, dependency changes). Produce a lightweight threat model + actionable checks. Do NOT do broad refactors.
- ▌ Gha Release Pipeline · askaretUse when designing or upgrading a GitHub Actions release pipeline. Focus on reproducible builds, artifact publishing, and provenance/SBOM attestations. Do NOT change product features; only release mechanics.
- ▌ Supply Chain Hygiene · askaretUse when adding/updating dependencies, build pipelines, packaging, containers, or releases. GitHub Actions focused. Aim for SBOM + provenance + scanning with least privilege.
- ▌ Gha Workflow Hardening · askaretUse when creating or modifying GitHub Actions workflows. Focus on security hardening and least privilege. Do NOT change application code unless required for workflow correctness.
- ▌ Agents Bootstrap Layout · askaret bundleCreate a clean Codex workspace layout for AGENTS.md + shared skills. Works for empty folders, single repos, and polyrepo workspaces (frontend+backend as separate repos).
- ▌ DB Change · askaretUse for schema/data migrations (EF Core or other). Do NOT trigger for pure app-layer changes. Focus on safe rollout and rollback.
- ▌ Agents Init · askaret bundleInitialize AGENTS.md for a new repo or workspace (including empty folders and polyrepo workspaces with frontend+backend). Generates a short, operational file aligned to GitHub Actions checks.