Skip to main content

이 저장소의 skills

ModernNomad-98/Project-Aegis - 2페이지

SkillsMP는 ModernNomad-98/Project-Aegis에서 200개의 skill을 수집했습니다. skill을 열어 소스와 세부 정보를 확인하세요.

ModernNomad-98/Project-Aegis

수집된 skill 200개 중 40개를 표시합니다.

직업 분류
소프트웨어 개발자
설명

Design the ROLLOUT STRATEGY for shipping a change safely behind a flag — classify the flag by purpose (release, ops/kill-switch, experiment, permission — release flags stay separate from permanent entitlements), plan progressive delivery (internal → canary/%…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Track the editions of external standards the library's framework-mapping skills cite — OWASP Top 10 / LLM / Agentic, ISO 27001/42001, SOC 2, NIST AI RMF and similar — by maintaining an edition register (framework → cited edition → where cited), detecting when…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Audit an ENTIRE repository with inventory-first discipline — enumerate every directory, language, entry point, dependency manifest, CI/CD pipeline, and doc before forming any finding, so nothing is judged by its most interesting-looking files. Covers…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Author the reusable operator prompt template gating a RECURRING class of risky operations (migrations, production grants, backfills): operator-filled placeholders (<owner>/<repo>, <tenant-id> — never live identifiers; credentials as env-var names), hard rules…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Review whether a system can scale OUT (add nodes) rather than only up — a can-it-scale-horizontally lens: statelessness / session and in-memory-state externalization, connection pooling and connection-count ceilings, sticky-session and in-process-singleton /…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Adversarially review the human-approval layer of an agent system for trust exploitation (OWASP Agentic ASI09) — consent fatigue (approval floods that train rubber-stamping; rate/latency as the signals), deceptive, over-polished justifications making a…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Review infrastructure-as-code changes (Terraform, Bicep, CloudFormation, CDK, Pulumi) for deploy safety and security posture — destructive operations hiding in innocent diffs (replace/delete of stateful resources), state/backend safety, public exposure,…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Author incident response runbooks a responder who didn't write them can execute at 3am — a SEV1–SEV4 ladder with one-minute criteria (ambiguity classifies up), roles (incident commander, comms, ops — small-org collapse stated), triage from page to decision…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Review the security of agent-to-agent and agent-to-MCP-server communication (OWASP Agentic ASI07) — mutual authentication (can a rogue process claim to be another agent or MCP server), message integrity, replay protection, confidentiality of sensitive…

원문 언어: 영어

업데이트
직업 분류
재무 및 투자 분석가
설명

Design ISO/IEC 42001:2023 certification readiness — the AI management system (AIMS) per harmonized clauses 4–10 plus the AI-specific machinery: AI risk assessment (6.1.2/8.2), AI risk treatment (6.1.3/8.3), and AI system impact assessment (6.1.4/8.4 — impact…

원문 언어: 영어

업데이트
직업 분류
프로젝트 관리 전문가
설명

Author the pre-work, evidence-cited guide a parallel agent lane needs BEFORE its first task: the lane's slice of the request lifecycle, the contracts it may rely on and must honor, a step-by-step recipe for its repeating unit of work, a per-unit checklist,…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Decompose an end-to-end latency target into per-hop engineering budgets — map the path (edge → gateway → services → stores → third parties), allocate milliseconds per hop including the overhead nobody budgets (serialization, queue wait, connection setup,…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Review how an application consumes LLM output for improper output handling (OWASP LLM05) — treat every model output as untrusted data and trace it to each sink: HTML/markdown rendering (XSS), SQL/NoSQL/shell/eval execution (injection, RCE), file paths and…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 품질 보증 분석가·테스터
설명

Plan the load that makes performance testing mean something — a workload model from production evidence (endpoint mix, write share, arrival patterns, think times) instead of one hammered URL, a tenant mix reproducing multi-tenant reality (many-small plus…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 품질 보증 분석가·테스터
설명

Before any commit, mirror CI locally: read the CI workflow definitions, derive the closest local equivalent of every PR-triggered check, run them, and verify the SAME checks pass on clean mainline FIRST via a separate git worktree (never by flipping a shared…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

When the platform auto-deploys every merge to mainline, author the standing governance that makes merge==deploy safe: document that reality (including what does NOT auto-deploy); promote PR-time validation to the AUTHORITATIVE pre-production gate; reclassify…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Design what enters and leaves a model's context window — a curated diet, not open access: context assembled SERVER-SIDE under hard token/size caps; every input passes a CLOSED schema; secrets/PII/raw payloads minimized or carried on a transient…

원문 언어: 영어

업데이트
직업 분류
재무 및 투자 분석가
설명

Maintain the control crosswalk — the do-the-work-once engine between compliance-control-foundation and the framework projections: one row per control mapping it to ISO 27001:2022 Annex A, SOC 2 TSC, and ISO 42001:2023 Annex A references, plus optionally its…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Detect and design out chatty data-access patterns — the N+1 (one query per row), repeated identical queries in one request, serial awaited calls in loops, and over-fetching. Detection is evidence-first: per-request query counts and logs, ORM instrumentation,…

원문 언어: 영어

업데이트
직업 분류
웹·디지털 인터페이스 디자이너
설명

Design the human-facing UX around outbound notifications and webhooks. For END USERS — the notification model across channels (in-app, email, push), per-category preferences, digest-vs-realtime batching for noise control, read/unread state, quiet hours, and…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Decide which workloads must leave the operational (transactional) store and how — classify queries by shape (OLTP point reads/writes vs OLAP scans/aggregations), find what is actually hurting the transactional path (long scans, lock pressure, dashboard…

원문 언어: 영어

업데이트
직업 분류
기타 컴퓨터 관련 직업
설명

Design the handoff artifact/protocol for MULTI-STAGE sequenced work where each stage carries its binding decisions forward as evidence — so a later stage (or a fresh agent/session) continues without re-deriving or contradicting what was decided. The…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Design the INSTRUMENTATION for product analytics — where/how the analytics events (defined by event-schema-architect) fire: client-side vs server-side capture and when server-side is more trustworthy, the capture points, identity/session, consent and privacy…

원문 언어: 영어

업데이트
직업 분류
프로젝트 관리 전문가
설명

Write a product specification for a feature — the problem and the user/job it serves, goals and explicit non-goals, scenarios and key flows, functional requirements with TESTABLE acceptance criteria, edge-case behavior, dependencies, rollout intent and…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Read ONE query's execution plan and turn it into a ranked tuning verdict — capture the plan with actual runtime statistics where safe (EXPLAIN-style, tool-agnostic), interpret operators (scans vs index access, join strategy, sort/spill, row-estimate vs actual…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Design real-time client delivery for a multi-tenant SaaS — WebSocket / SSE / database-change subscriptions / presence: the channel/topic model, authorize-at-subscribe-time (the per-tenant AND per-user leak boundary, re-checked as authority changes — never…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Run the ship/no-ship gate for a specific release on EVIDENCE, not vibes — every dimension is answered by a verifiable artifact or recorded as MISSING: CI check states on the release commit (run links), artifact provenance, test signal meaningful for THIS…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Machine-classify a change's touched files into impact classes that select validation DEPTH — docs-only fast path, fast tier, or full tier — with a classifier that FAILS CLOSED: unmatched, ambiguous, or error cases escalate to full, never down. Ships tier…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Design the rollback STRATEGY for a change and author the rollback RUNBOOK a stranger can execute under pressure — roll-back-vs-fix-forward criteria with a time-box, the primitive per layer (artifact redeploy, blue/green flip, canary abort, flag kill, config…

원문 언어: 영어

업데이트
직업 분류
정보 보안 분석가
설명

Design HOW a SAST suite is RUN over a repository — category-level analyzer selection (not a named vendor), ruleset/config management, baseline + diff-scanning (gate NEW-since-baseline on PRs vs full scans), incremental-vs-full strategy, a GOVERNED…

원문 언어: 영어

업데이트
직업 분류
기타 컴퓨터 관련 직업
설명

Record every granted human approval as a durable, append-style register entry — Status, Reason, Scope allowed, Scope FORBIDDEN, Evidence — so authorization survives the approving conversation and is cited from the repo, never re-argued from memory. Covers…

원문 언어: 영어

업데이트
직업 분류
정보 보안 분석가
설명

Design the security-event detection and alerting layer — DETECTION coverage (what must be logged: authn failures/anomalies, access-control denials, privilege/config changes, injection/abuse signals, sensitive-data access), ALERTING rules (alert vs ticket,…

원문 언어: 영어

업데이트
직업 분류
정보 보안 분석가
설명

Orchestrate a whole-repo security scan and aggregate it into ONE prioritized report — coordinate the static suite (SAST + dependency/SCA + secret + IaC/config scanning), normalize every scanner's output into one finding schema, and route it. It RUNS and…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 품질 보증 분석가·테스터
설명

Design full-tier validation as named functional shards with resume: a shard map assigning every test/check to exactly one shard, a persisted status file, resume that reruns ONLY unfinished shards after a timeout/infrastructure interruption (passes are kept;…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Design guest/public share-link access for a multi-tenant SaaS — a CAPABILITY model where possession of an opaque, high-entropy, expiring, revocable token grants a fixed narrow scope, distinct from member RBAC: token design, ephemeral guest sessions (not…

원문 언어: 영어

업데이트
직업 분류
기타 컴퓨터 관련 직업
설명

Design usage instrumentation for a skill library — the evidence layer answering which skills actually FIRE in practice. Covers per-invocation signals (skill name, auto-trigger vs explicit call, coarse task class — never prompt content or user identifiers),…

원문 언어: 영어

업데이트
직업 분류
재무 및 투자 분석가
설명

Scope a SOC 2 engagement — an AICPA ATTESTATION (a CPA's examination of controls against the Trust Services Criteria), NEVER a certification. Decides the system boundary, which TSC categories the report covers (Security baseline plus optional Availability,…

원문 언어: 영어

업데이트
직업 분류
기타 컴퓨터 관련 직업
설명

Audit the library's skills that cite external sources against a known-good source list, and flag every citation older than a stated threshold (N months) — or superseded/broken — for re-verification. The broad currency sweep: inventory external-source…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

MANUAL-ONLY; never auto-invoke. Design the GOVERNED anti-approval-fatigue layer: a documented standing approval for the mechanical delivery loop (push, PR, monitor CI, fix red, pull) within NAMED scope; a phase-advance rule covering only…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Design the schema and validation strategy for an LLM's structured output so downstream code never trusts an unvalidated response — define the output contract (fields, types, enums, ranges, formats), encode it in TYPES where possible so non-compliant output is…

원문 언어: 영어

업데이트
수집된 skill 200개 중 40개를 표시합니다.