- README -- Installation and usage
- SUPPORTED.md -- Platform compatibility and support policy
- skills/finalcode/SKILL.md -- Complete skill specification
- skills/finalcode/references/examples.md -- Worked example reports
- skills/finalcode/references/gates.md -- Quality gate checklists
- skills/finalcode/references/security-gate.md -- Security gate checklist
- GitHub Issues -- Bug reports, feature requests
- GitHub Discussions -- Questions, ideas
- dratiux@gmail.com
- Restart your AI coding agent after installation
- Verify the installation completed without errors
- Check that your agent supports Skills (refer to skills.sh documentation)
Ensure you have Node.js 18+ installed:
node --versionIf Node.js is not installed, download it from nodejs.org.
FinalCode activates when your request implies a repository audit. Try:
- "Run FinalCode on this repository"
- "Audit this codebase"
- "Is this production ready?"
- "Run a security review"
Be explicit about the mode:
Run FinalCode in Inspect Mode
Run FinalCode in Repair Mode
Run FinalCode in Certify Mode
- Verify you opened the correct directory as your workspace
- Ensure the project has a valid structure (not just a single file)
- Check that the AI has filesystem access to scan files
- Results depend on the AI model's interpretation of the repository
- Some findings require manual verification -- the "Needs Verification" classification exists for uncertain findings
- Run multiple times for consistency checks
- Review the Confidence Model section of the report for evidence quality
The Health Score is a weighted composite across 10 categories. Check the Health Score Explanation section for the breakdown. Address the largest deductions first for the most improvement.
When reporting a bug:
- AI agent version -- which agent and version you are using
- FinalCode version -- check the report header or README
- Steps to reproduce -- exact command or prompt used
- Expected behavior -- what you expected to happen
- Actual behavior -- what happened instead
- Project structure -- language, framework, approximate file count
- Report output -- paste the relevant sections (Dashboard, Certification, Findings)
Include in your request:
- Description of the proposed feature
- Problem it solves
- Example use cases
- Alternatives you considered