log-lightning-issues

/log-lightning-issues

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "log-lightning-issues" with this command: npx skills add phrazzld/claude-config/phrazzld-claude-config-log-lightning-issues

/log-lightning-issues

Run Lightning integration audit and create GitHub issues for all findings.

What This Does

  • Invoke /check-lightning to audit Lightning integration

  • Parse findings by priority (P0-P3)

  • Check existing issues to avoid duplicates

  • Create GitHub issues for each finding

This is an issue-creator. It creates work items, not fixes. Use /fix-lightning to fix issues.

Process

  1. Run Primitive

Invoke /check-lightning skill to get structured findings.

  1. Check Existing Issues

gh issue list --state open --label "domain/lightning" --limit 50

  1. Create Issues

For each finding:

gh issue create
--title "[P0] LND macaroon hardcoded"
--body "$(cat <<'EOF'

Problem

LND macaroon is committed to repo. Full node control risk.

Impact

  • Attacker can control node
  • Funds theft possible
  • Channel state manipulation risk
  • Compliance breach

Location

config/lightning.ts

Suggested Fix

Run /fix-lightning or manually move to env:

const macaroonHex = process.env.LND_MACAROON_HEX!;

Created by /log-lightning-issues

EOF
)" 

--label "priority/p0,domain/lightning,type/bug"

### 4. Issue Format

**Title:** `[P{0-3}] Lightning issue description`

**Labels:**
- `priority/p0` | `priority/p1` | `priority/p2` | `priority/p3`
- `domain/lightning`
- `type/bug` | `type/enhancement` | `type/chore`

**Body:**
```markdown
## Problem
What's wrong with Lightning integration

## Impact
Business/security/user impact

## Location
File:line if applicable

## Suggested Fix
Code snippet or skill to run

---
Created by `/log-lightning-issues`

Priority Mapping

Gap
Priority

Macaroon or seed in repo
P0

RPC exposed without TLS
P0

Missing macaroon auth
P0

No invoice settlement verification
P1

No payment timeout handling
P1

No fee caps
P1

No idempotency for payment requests
P2

Missing retry/backoff
P2

Monitoring/alerts missing
P2

Advanced routing features
P3

Output

After running:

Lightning Issues Created:
- P0: 2 (macaroon, TLS)
- P1: 2 (settlement checks, timeouts)
- P2: 3 (idempotency, retries, alerts)
- P3: 1 (routing features)

Total: 8 issues created
View: gh issue list --label domain/lightning

Related

- /check-lightning
 - The primitive (audit only)

- /fix-lightning
 - Fix Lightning issues

- /lightning
 - Full Lightning lifecycle

- /lightning-health
 - Node diagnostics

- /groom
 - Full backlog grooming

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

pencil-renderer

No summary provided by upstream source.

Repository SourceNeeds Review
General

ui-skills

No summary provided by upstream source.

Repository SourceNeeds Review
General

llm-gateway-routing

No summary provided by upstream source.

Repository SourceNeeds Review