FCC

Compiles accounting case-study theses through seven phases with rule-based compliance checks.

93|Updated Jul 19, 2026
One-click install
npx skills add https://github.com/1542740346-png/fcc-compiler-v5.1 --skill fcc-1542740346-png
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: FCC
Source: https://github.com/1542740346-png/fcc-compiler-v5.1/tree/main/fcc-compiler
Command: npx skills add https://github.com/1542740346-png/fcc-compiler-v5.1 --skill fcc-1542740346-png

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires python-docx, and includes scripts (resource) and references (resource) components.

What problem does it solve? Writing an accounting or auditing case-study thesis requires following implicit conventions that reviewers enforce but no textbook documents. This Skill encodes those conventions from hundreds of passed theses into 31 machine-checkable rules and a seven-phase pipeline, catching violations before submission rather than after blind review. ## Core Features & Use Cases - Seven-phase pipeline: Topic diagnosis, literature review, theory framework, evidence collection, analysis design, chapter-by-chapter drafting, and final audit with three parallel reviewers. - 22 case-type routing: Classifies topics across 7 categories (audit failure, financial fraud, internal control, M&A, ESG, etc.) with a pre-event/post-event decision boundary that determines theory combinations and chapter structures. - Mechanical rule enforcement: Python scripts scan each chapter for forbidden symbols, illegal parentheses, word-count violations, and punctuation breaches before any text reaches the user. - Use Case: A master's student writing an audit-failure thesis on a sanctioned accounting firm runs Phase 1 to validate the topic, then progresses through literature scanning, theory mapping, and evidence registration, ending with a Word document that has passed all 31 compliance rules. ## Quick Start Tell the assistant your thesis topic, case company, degree level, and current stage so it can begin Phase 1 topic diagnosis.

Frequently Asked Questions about FCC

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I write an audit failure case study thesis?▼

Start with Phase 1 topic diagnosis to confirm the case company received regulatory penalties, which routes you to the post-event audit-failure track. The system then structures Chapter 4 by responsibility subject (auditor, firm, audited entity, external environment) and enforces evidence-backed analysis paragraphs.

What is the difference between pre-event and post-event case types?▼

Post-event cases involve companies or auditors already penalized by regulators, such as audit failure or financial fraud analysis. Pre-event cases involve unpenalized companies, covering risk analysis, internal control evaluation, and financial diagnosis, and they use entirely different theory combinations and chapter structures.

How does the chapter compliance checker work?▼

The chapter_check.py script scans each Markdown chapter for forbidden arrows, excess em-dashes, illegal parenthetical explanations, exclamation marks, and word-count violations against per-chapter limits. Drafts must pass all checks before being shown to the user.

What are the literature requirements for a master's thesis?▼

Master's theses require at least 70 references with at least 52 Chinese and 18 English sources, 75 percent published within the last five years, 60 percent from core journals, and at least 10 English papers from SSCI, SCI, or ABDC-ranked journals. Undergraduate thresholds are lower.

Can I use this for undergraduate theses instead of master's?▼

Yes, the tier gate system adapts word counts, literature quantities, theory depth, and reviewer configuration to undergraduate standards once the degree level is confirmed in Phase 1. The tier cannot be changed mid-project without explicit user declaration.

What happens if my draft fails the mechanical checks?▼

The checker reports each violation with line number and rule type, and the draft is revised and re-scanned until it passes. Users never see unchecked text, and Phase 7 blocking issues are routed back to the originating phase for root-cause fixes.