From factory
Analyzes the current codebase using Factory's observation engine, generating a report on code quality, eval scores, open issues, backlog items, and observability coverage. Use before making changes to understand project state.
How this skill is triggered — by the user, by Claude, or both
Slash command
/factory:studyThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Analyze the current codebase and generate an observation report.
Analyze the current codebase and generate an observation report.
command -v factory >/dev/null 2>&1 || uv tool install "${CLAUDE_PLUGIN_ROOT}"
factory study "$(pwd)"
This produces a report at .factory/strategy/observations.md covering:
.factory/strategy/backlog.mdFor cross-project insights, pass --projects-dir:
factory study "$(pwd)" --projects-dir ~/factory-projects
After studying, use /factory:implement to act on the findings.
npx claudepluginhub akashgit/remote-factory --plugin factoryAnalyzes codebase complexity, dependencies, dead code, tech debt, and git hotspots. Produces a health score and rescue plan for legacy projects or external repo evaluation.
Performs repo-wide or PR diff readiness sweeps dispatching parallel agents across security (shieldkit), tests (testkit), codebase (lenskit), evolution (timewarp), and instructions (alignkit) for synthesized reports.
Runs a repository engineering audit with SARIF-compatible evidence, 4-level confidence scoring, and OpenSSF-style health evaluation. Use when assessing code quality or repository health.