Agent Skills by foolishimp
Showing 42 vetted skills indexed across 1 GitHub repositories.
create-observability-config
Generate per-REQ dashboards and alerts for Datadog, Prometheus, and Splunk.
create-adrs
Create Architecture Decision Records documenting ecosystem constraints and rationale in Markdown.
propagate-req-keys
Tag code, tests, and commits with REQ-* keys for traceability.
telemetry-tagging
Tag production logs, metrics, and traces with REQ-* keys.
run-integration-tests
Run integration tests for BDD, API, and E2E scenarios with results aggregation.
generate-missing-tests
Generate unit, edge, error, and boundary tests for uncovered REQ-* requirements.
validate-test-coverage
Calculate test coverage and detect gaps in requirement coverage across multi-language projects.
create-coverage-report
Generate a Markdown coverage report with REQ-* traceability mapping.
trace-production-issue
Trace production alerts to REQ-* requirements and generate remediation intents.
validate-design-coverage
Detect requirements lacking design coverage across documents, ADRs, and diagrams.
design-with-traceability
Generate technical solution architecture tagged with REQ-* identifiers from validated requirements.
check-requirement-coverage
Detect REQ-* requirements lacking code in src/ or tests in tests/ or features/.
create-test-specification
Generate Test Case Specification documents with requirement traceability to ADRs and tests.
autogenerate-from-business-rules
Generate Python validators, constants, and unit tests from BR-* business rules.
autogenerate-formulas
Convert F-* formula specifications into Python functions with unit tests.
autogenerate-constraints
Generate constraint validation code and unit tests from C-* specifications.
autogenerate-validators
Generate Python validators and tests from BR-* business-rule specifications.
detect-complexity
Detect over-complex code using cyclomatic complexity, function length, and nesting depth.
detect-unused-code
Detects unused imports, dead functions, and commented-out blocks in codebases.
prune-unused-code
Delete unused imports, dead functions, and commented-out blocks from Python modules.
simplify-complex-code
Refactor high-complexity code to reduce cyclomatic complexity below 10.
green-phase
Write minimal code to pass failing tests with REQ-* and BR-* annotations.
commit-with-req-tag
Create git commits linking code to REQ-*, BR-*, and C-* tags.
refactor-phase
Refactor Python code by removing dead code and verifying tests remain green.