Skip to main content
مستودع GitHub

the-bulwark

يحتوي the-bulwark على 30 من skills المجمعة من QBall-Inc، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

skills مجمعة
30
Stars
8
محدث
2026-06-23
Forks
0
التغطية المهنية
5 فئات مهنية · 100% مصنفة
مستكشف المستودعات

Skills في هذا المستودع

anthropic-validator
مطوّرو البرمجيات

Validates Claude Code assets (skills, hooks, agents, commands, MCP servers, plugins) against official Anthropic standards. Fetches latest docs dynamically and produces structured validation reports.

2026-06-23
assertion-patterns
محللو ضمان جودة البرمجيات والمختبرون

Real output verification vs mock calls. Use when transforming T1-T4 violating tests to verify observable behavior.

2026-06-23
bug-magnet-data
محللو ضمان جودة البرمجيات والمختبرون

Curated edge case test data for boundary testing, verification scripts, and test generation. Provides pre-curated reference data organized by data type with context-specific loading guidance.

2026-06-23
bulwark-brainstorm
متخصصو إدارة المشاريع

Role-based brainstorming with dual modes: --scoped (sequential Task tool, 5 roles) and --exploratory (Agent Teams peer debate, 4 roles). Use for feasibility assessment and idea validation.

2026-06-23
bulwark-research
محللو أبحاث السوق ومتخصصو التسويق

Structured multi-viewpoint research using 5 parallel Sonnet sub-agents. Use when deep research is needed on a complex topic before implementation planning.

2026-06-23
bulwark-scaffold
مطوّرو البرمجيات

Initialize Bulwark infrastructure in a project: language-aware Justfile (8 langs), bun + eval-framework toolchain, logs/ subdirectories, and optional hooks.

2026-06-23
bulwark-statusline
مطوّرو البرمجيات

Configure the Bulwark status line for Claude Code. Supports init, preset switching, and customization.

2026-06-23
bulwark-verify
محللو ضمان جودة البرمجيات والمختبرون

Generate runnable verification scripts for components. Orchestrates assertion-patterns and component-patterns to produce executable scripts.

2026-06-23
code-review
محللو ضمان جودة البرمجيات والمختبرون

Comprehensive code review with distinct aspect based sections. Use when reviewing code, checking for security issues, finding type safety problems, auditing code quality, or when user asks to review code, PRs or changes. Three-phase workflow runs static tools, LLM judgment, and writes diagnostic log.

2026-06-23
component-patterns
محللو ضمان جودة البرمجيات والمختبرون

Per-component-type verification approaches. Use when generating verification scripts for different component types.

2026-06-23
continuous-feedback
مطوّرو البرمجيات

Identifies improvement targets from accumulated session learnings and proposes concrete skill/agent modifications. General-purpose pipeline for any Claude Code project.

2026-06-23
create-skill
مطوّرو البرمجيات

Generates Claude Code skills from requirements using adaptive interview, complexity classification, and iterative validation. Use when creating new skills, scaffolding skill structure, or generating skills with sub-agent orchestration.

2026-06-23
create-subagent
مطوّرو البرمجيات

Generates single-purpose Claude Code sub-agents for use via the Task tool. Use when creating dedicated sub-agents, scaffolding agent definitions, or generating agents with diagnostics and permissions setup.

2026-06-23
fix-bug
مطوّرو البرمجيات

Run the Fix Validation pipeline to investigate, fix, and validate a bug. Ensures deterministic pipeline execution with IssueAnalyzer, FixWriter, TestWriter (conditional), TestAudit (conditional), and FixValidator stages.

2026-06-23
governance-protocol
المهن الحاسوبية الأخرى

Session governance protocol injected at startup via SessionStart hook

2026-06-23
init
مطوّرو البرمجيات

Initialize, verify, or update Bulwark governance in a project. Sets up CLAUDE.md, rules.md, and optional tooling (statusline, LSP, scaffold). --update reviews canonical template changes interactively per-section.

2026-06-23
issue-debugging
مطوّرو البرمجيات

Systematic methodology for issue debugging including root cause analysis, impact mapping, tiered validation plans, and confidence assessment. Use when analyzing bugs, fixing issues, or validating fixes.

2026-06-23
mock-detection
محللو ضمان جودة البرمجيات والمختبرون

Deep mock appropriateness analysis for Test Audit pipeline

2026-06-23
pipeline-templates
مطوّرو البرمجيات

Pre-defined F# pipe workflows for multi-agent orchestration. Provides code review, fix validation, test audit, new feature, research & planning, and test execution pipelines. Triggered via PostToolUse hook after significant code changes.

2026-06-23
plan-creation
مطوّرو البرمجيات

Create structured implementation plans via a 4-role scrum team (Product Owner, Architect, Eng/Delivery Lead, QA/Critic) with optional Agent Teams peer debate mode.

2026-06-23
plan-to-tasks
مطوّرو البرمجيات

Transform a plan_creation plan_v{N}.md into a structured tasks.yaml + per-WP workpackages/*.yaml using parallel Sonnet sub-agents. Use after plan-creation finishes when you need execution-friendly task structure.

2026-06-23
product-ideation
محللو أبحاث السوق ومتخصصو التسويق

Evaluates product ideas through a six-agent research pipeline producing BUY/HOLD/SELL recommendations backed by market analysis, competitive intelligence, and segment targeting. Use when assessing product viability, researching markets for new ideas, or deciding whether to pursue a product concept.

2026-06-23
session-handoff
مطوّرو البرمجيات

Create consistent session handoff documents for context transfer between sessions. Use when closing a session, reaching 75% token consumption, or when user requests handoff. Ensures proper YAML headers for metrics collection, LF line endings, and complete documentation of progress, decisions, and next steps.

2026-06-23
setup-lsp
مطوّرو البرمجيات

Configures Language Server Protocol integration for Claude Code projects. Use when setting up LSP servers, verifying post-restart initialization, or troubleshooting broken LSP configurations.

2026-06-23
spec-drift-check
مطوّرو البرمجيات

Audits a WP brief for drift against current code — extracts claims, verifies each, emits PROCEED/STOP verdict. Use when starting a new WP, before consuming a spec as binding, or when a doc references paths/lines/functions.

2026-06-23
subagent-output-templating
المهن الحاسوبية الأخرى

Template for structured sub-agent output including YAML log format, task completion reports (WHY/WHAT/TRADE-OFFS/RISKS), and summary constraints. Use when defining how sub-agents should report results.

2026-06-23
subagent-prompting
المهن الحاسوبية الأخرى

Template for structured sub-agent invocation using 4-part prompting (GOAL/CONSTRAINTS/CONTEXT/OUTPUT) and F# pipeline notation. Use when orchestrating sub-agents or designing multi-agent workflows.

2026-06-23
test-audit
محللو ضمان جودة البرمجيات والمختبرون

Audit test suites for T1-T4 violations using AST analysis, mock detection, and multi-stage synthesis. Invoke when user asks to audit tests, check test quality, find mock violations, review test effectiveness, or inspect test suites for over-mocking. Triggers automatic rewrites when quality gates fail.

2026-06-23
test-classification
محللو ضمان جودة البرمجيات والمختبرون

Prompt template for test classification stage in Test Audit pipeline

2026-06-23
test-fixture-creation
محللو ضمان جودة البرمجيات والمختبرون

Guidelines for creating unbiased test fixtures that integrate with project infrastructure. Use when creating fixtures for manual testing, setting up E2E test scenarios, or building code samples with deliberate issues for LLM review. Ensures fixtures work with hook automation and pass Phase 1 checks.

2026-06-23