Skip to main content
indoor47
GitHub creator profile

indoor47

Repository-level view of 8 collected skills across 1 GitHub repositories.

skills collected
8
repositories
1
updated
Feb 12, 2026
repository map

Where the skills live

Top repositories by collected skill count, with their share of this creator catalog and occupation spread.

repository explorer

Repositories and representative skills

analyze-code
software-developers

Analyze code structure, quality, and patterns in a codebase or specific file. Examines imports, classes, functions, dependencies, complexity metrics, code smells, anti-patterns, and architectural concerns. Produces a structured markdown report with actionable…

Feb 12, 2026
ask
software-developers

Answer questions about the codebase using deep code exploration. Searches the repository structure, traces execution paths, examines dependencies, and explains architecture, patterns, and behaviors. Returns precise answers with references to specific files…

Feb 12, 2026
explain-code
software-developers

Explain code functionality, architecture, and design decisions in plain language. Accepts a file path, function name, class name, or code snippet. Walks through the logic step by step, identifies design patterns, explains non-obvious behavior, and suggests…

Feb 12, 2026
fix-bugs
software-developers

Fix bugs from natural language descriptions, error messages, stack traces, or failing tests. Searches the codebase to identify root causes, proposes and applies targeted fixes, then verifies the fix works by running tests or reproducing the original error.…

Feb 12, 2026
generate-tests
software-quality-assurance-analysts-and-testers

Generate comprehensive unit tests for code. Analyzes the target code to identify all testable behaviors, edge cases, and error conditions, then produces well-structured tests using the appropriate framework (pytest for Python, jest/vitest for JavaScript,…

Feb 12, 2026
refactor
software-developers

Refactor code for improved readability, performance, and maintainability. Identifies code smells, applies proven refactoring patterns (extract method, rename, simplify conditionals, reduce duplication), and restructures code while preserving existing…

Feb 12, 2026
review-code
software-quality-assurance-analysts-and-testers

Review code for bugs, security vulnerabilities, performance problems, and best practices violations. Accepts a file path, directory, or git diff as input. Produces a structured review with severity levels (critical, warning, info) and specific improvement…

Feb 12, 2026
security-audit
information-security-analysts

Audit code for security vulnerabilities and compliance issues. Checks for OWASP Top 10 vulnerabilities, injection attacks, authentication flaws, secrets exposure, insecure dependencies, and misconfiguration. Produces a structured report with severity scores,…

Feb 12, 2026
Showing 1 of 1 repositories
All repositories loaded