Skip to main content
Repositório GitHub

copilot-trace-importer

copilot-trace-importer contém 5 skills coletadas de McFuzzySquirrel, com cobertura ocupacional por repositório e páginas de detalhe dentro do site.

skills coletadas
5
Stars
0
atualizado
2026-05-18
Forks
0
Cobertura ocupacional
3 categorias ocupacionais · 100% classificado
explorador de repositórios

Skills neste repositório

add-new-provider
Desenvolvedores de software

Scaffold a new ingest provider for the copilot-trace-importer pipeline (e.g., Claude Code, Cursor, Codex). Creates the provider source file under `src/providers/`, the quirks doc under `docs/providers/<name>.md`, the registry entry in `BUILTIN_PROVIDERS`, and the unit-test fixture layout — all without touching the orchestrator. Use this skill whenever someone says "add a new provider" or "add support for <tool> as an ingest source".

2026-05-18
add-new-sink
Desenvolvedores de software

Scaffold a new sink (destination) for the copilot-trace-importer pipeline against the ADR-005 Sink interface. Creates the sink source file under `src/sinks/`, the configuration doc under `docs/sinks/<name>.md`, wires the CLI flag through cli-engineer, and adds per-sink success/failure counters to `DatastoreImportResult`. Use this skill whenever someone says "add a new sink", "add an OTLP / Parquet / warehouse / cloud destination", or "ship a codeburn-export sink".

2026-05-18
add-redaction-pattern
Desenvolvedores de software

Add a new regex-based redaction pattern (or amend an existing one) for the redaction engine with the required fixtures, negative-case tests, policy-preset wiring, and source citation. Use this skill whenever someone says "add a redaction pattern for <secret type>", "we found a credential format the redactor misses", or "extend the strict/moderate/permissive presets".

2026-05-18
write-adr
Redatores técnicos

Author a new Architecture Decision Record (ADR) or amend an existing one in `docs/ADR-NNN-<slug>.md`, following the project's existing `docs/ADR-TEMPLATE.md`. Use this skill whenever a change introduces a public-contract breakage, a new architectural pattern, or a schema/format bump: new provider hook, sink interface change, new redaction policy preset, datastore format change, plugin manifest format change, etc.

2026-05-18
forge-build-agent-team
Especialistas em gestão de projetos

Analyze a Product Requirements Document (PRD), Product Vision with Feature documents, or Feature PRD and generate a complete team of GitHub Copilot custom agents and reusable skills tailored to the project. Use this skill when asked to create, scaffold, or design a development team from requirements documents.

2026-05-12