foolishimp avatar

foolishimp

Community

@foolishimp

4Followers
|
14Public Repos
|
42Published Skills

Agent Skills by foolishimp

Showing 42 vetted skills indexed across 1 GitHub repositories.

foolishimpfoolishimp

create-observability-config

Generate per-REQ dashboards and alerts for Datadog, Prometheus, and Splunk.

Community
Advanced
foolishimpfoolishimp

create-adrs

Create Architecture Decision Records documenting ecosystem constraints and rationale in Markdown.

Community
Advanced
foolishimpfoolishimp

propagate-req-keys

Tag code, tests, and commits with REQ-* keys for traceability.

Community
Advanced
foolishimpfoolishimp

telemetry-tagging

Tag production logs, metrics, and traces with REQ-* keys.

Community
Advanced
foolishimpfoolishimp

run-integration-tests

Run integration tests for BDD, API, and E2E scenarios with results aggregation.

Community
Intermediate
foolishimpfoolishimp

generate-missing-tests

Generate unit, edge, error, and boundary tests for uncovered REQ-* requirements.

Community
Advanced
foolishimpfoolishimp

validate-test-coverage

Calculate test coverage and detect gaps in requirement coverage across multi-language projects.

Community
Advanced
foolishimpfoolishimp

create-coverage-report

Generate a Markdown coverage report with REQ-* traceability mapping.

Community
Advanced
foolishimpfoolishimp

trace-production-issue

Trace production alerts to REQ-* requirements and generate remediation intents.

Community
Advanced
foolishimpfoolishimp

validate-design-coverage

Detect requirements lacking design coverage across documents, ADRs, and diagrams.

Community
Advanced
foolishimpfoolishimp

design-with-traceability

Generate technical solution architecture tagged with REQ-* identifiers from validated requirements.

Community
Advanced
foolishimpfoolishimp

check-requirement-coverage

Detect REQ-* requirements lacking code in src/ or tests in tests/ or features/.

Community
Advanced
foolishimpfoolishimp

create-test-specification

Generate Test Case Specification documents with requirement traceability to ADRs and tests.

Community
Advanced
foolishimpfoolishimp

autogenerate-from-business-rules

Generate Python validators, constants, and unit tests from BR-* business rules.

Community
Intermediate
foolishimpfoolishimp

autogenerate-formulas

Convert F-* formula specifications into Python functions with unit tests.

Community
Intermediate
foolishimpfoolishimp

autogenerate-constraints

Generate constraint validation code and unit tests from C-* specifications.

Community
Intermediate
foolishimpfoolishimp

autogenerate-validators

Generate Python validators and tests from BR-* business-rule specifications.

Community
Intermediate
foolishimpfoolishimp

detect-complexity

Detect over-complex code using cyclomatic complexity, function length, and nesting depth.

Community
Basic
foolishimpfoolishimp

detect-unused-code

Detects unused imports, dead functions, and commented-out blocks in codebases.

Community
Basic
foolishimpfoolishimp

prune-unused-code

Delete unused imports, dead functions, and commented-out blocks from Python modules.

Community
Intermediate
foolishimpfoolishimp

simplify-complex-code

Refactor high-complexity code to reduce cyclomatic complexity below 10.

Community
Intermediate
foolishimpfoolishimp

green-phase

Write minimal code to pass failing tests with REQ-* and BR-* annotations.

Community
Intermediate
foolishimpfoolishimp

commit-with-req-tag

Create git commits linking code to REQ-*, BR-*, and C-* tags.

Community
Basic
foolishimpfoolishimp

refactor-phase

Refactor Python code by removing dead code and verifying tests remain green.

Community
Intermediate